History log of /packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7d3b91577f84a4f5092d28ed0f3cfe7e0df32696 05-Apr-2013 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #7536213 UI should be mirrored for RTL languages (people, dialer, in-call)

- add start/end properties aside to left/right ones
- update Gravity to START/END
- add mirrored version of Drawables
- use android:textAlignment="viewStart" when needed on TextView
- use android:textDirection="ltr" for when needed for Phone Numbers

Change-Id: I5f5deb69e4af350b632a6592447721196bedb539
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
76dd128627beef2e0516e6742280bd15fc68e59f 24-Jun-2011 Frank Sposaro <sposaro@google.com> Added Fix to to check child visibility in InterpolatingLayout.

Change-Id: Ia39f7a00764a563d4747e12505ad89894e7fd815
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
b18624f0cbca15e6a515316f7046ad814d54c970 22-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Changing horizontal dividers in contact editor.

Also, moving name editor up and changing
name editor font size.

Bug: 3378205
Change-Id: I3a0457d3e2e231fb58e4d46065ff8b4b692d5626
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
75d6cae5c617ec15fa58aea5a6522e367f1168ba 11-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Renaming attributes of InterpolatingLayout to match the convention

narrowLeftMarging becomes narrowMarginLeft etc.

Change-Id: I67e5fff32bce2149faadf06c344fb6e9a0d808b0
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
65f8cae5f848b63ae695da63b56fc9270513078a 11-Dec-2010 Dmitri Plotnikov <dplotnikov@google.com> Fixing handling of top/bottom margins in InterpolatingLayout

Change-Id: Ib023021f31c4a813fe7bf976b42f1101da91ce9a
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
bb0788a8a052cb3baf8fdc20fcf97d77b94e12ab 30-Nov-2010 Dmitri Plotnikov <dplotnikov@google.com> Adding support for interpolated padding.

Change-Id: Ib7733abdebb2125ae28f4f5deb532f6faf93d0b9
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
5c0935b29be4d454ab8f6e89ae94e792ff35982b 17-Nov-2010 Dmitri Plotnikov <dplotnikov@google.com> Adding support for layout_gravity to InterpolatingLayout

Change-Id: I23a167b24ca8da75ed973b92ac264ff7e0fc1274
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java
2ddba01a5fe79173d22dcd125673313e7007e6ec 17-Sep-2010 Dmitri Plotnikov <dplotnikov@google.com> Introducing InterpolatingLayout.

Layout similar to LinearLayout. It allows a child
to specify examples of desired size depending on
the parent size. For example if the widget wants to
be 100dip when parent is 200dip and 110dip when
parent is 400dip, the layout will ensure these
requirements and interpolate for other parent sizes.

Change-Id: Id63da83ecab105c46d472cba927a9cead9c2172d
/packages/apps/Contacts/src/com/android/contacts/widget/InterpolatingLayout.java