History log of /frameworks/base/core/java/com/android/internal/widget/ImageFloatingTextView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
37878683fff58ea6f902377abc0b44b9246e6292 02-May-2016 Selim Cinek <cinek@google.com> Fixed a bug where the image and the text were overlapping

If a notification was updated with an image, the layout could
stay the old one.

Change-Id: Ic012193e79acf14551801e5e2b704ab9519b9c50
Fixes: 28315999
/frameworks/base/core/java/com/android/internal/widget/ImageFloatingTextView.java
c1a80b08f08cfb038625cec537390705d16db3f5 05-Apr-2016 Adrian Roos <roosa@google.com> Notification MessagingStyle: Add handset views

Bug: 27250207
Change-Id: I499cf2beaeeb34f0f189815fc0911f3b8954bd50
/frameworks/base/core/java/com/android/internal/widget/ImageFloatingTextView.java
98199ae4c979ea1cac62eb9871649d6ec1dd159f 03-Mar-2016 Selim Cinek <cinek@google.com> Fixed that the bigtext nofitication had slightly different padding

The reason was that we're using a different textview there which uses
a SimpleLayout. This is now changed to also use the same one.

Bug: 27436418
Change-Id: I7e6dd503e09cf69ba8ed5bb6dd07fc79ee519cd3
/frameworks/base/core/java/com/android/internal/widget/ImageFloatingTextView.java
4fb12d3f8ebf20f2d6db519f7f91cfa625edf566 20-Nov-2015 Selim Cinek <cinek@google.com> Made the bigtext now nicely float around the image

If there is an image instead of applying the same
margin everywhere, the text now floats around the
image.

Change-Id: I87f9ca9f51fb270b0732a99374544381bd1fc4e0
/frameworks/base/core/java/com/android/internal/widget/ImageFloatingTextView.java