diff options
author | David Brown <dab@google.com> | 2010-10-11 18:58:39 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-11 18:58:39 -0700 |
commit | f868df28e3c2061a6e1df25dee5ec3ebbc39c03f (patch) | |
tree | 30f3899f8bc053667b9f71f7f5d8ae06d15778aa /res | |
parent | 84b3cc7fd565ff911ac46a763fdc2f5740a18001 (diff) | |
parent | f4b2bac2f1554276c66cd835ba56942d63eb358f (diff) | |
download | packages_apps_Contacts-f868df28e3c2061a6e1df25dee5ec3ebbc39c03f.tar.gz packages_apps_Contacts-f868df28e3c2061a6e1df25dee5ec3ebbc39c03f.tar.bz2 packages_apps_Contacts-f868df28e3c2061a6e1df25dee5ec3ebbc39c03f.zip |
am f4b2bac2: am 3d0ee424: Fix cosmetic glitch in the Call log with SIP addresses
Merge commit 'f4b2bac2f1554276c66cd835ba56942d63eb358f'
* commit 'f4b2bac2f1554276c66cd835ba56942d63eb358f':
Fix cosmetic glitch in the Call log with SIP addresses
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/recent_calls_list_group_item.xml | 2 | ||||
-rw-r--r-- | res/layout/recent_calls_list_item_layout.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/recent_calls_list_group_item.xml b/res/layout/recent_calls_list_group_item.xml index 5b4cf2158..79423fa86 100644 --- a/res/layout/recent_calls_list_group_item.xml +++ b/res/layout/recent_calls_list_group_item.xml @@ -60,6 +60,7 @@ android:layout_alignParentLeft="true" android:layout_alignParentBottom="true" android:layout_marginLeft="36dip" + android:layout_marginRight="5dip" android:layout_alignBaseline="@id/date" android:singleLine="true" @@ -71,7 +72,6 @@ <TextView android:id="@+id/number" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginLeft="5dip" android:layout_toRightOf="@id/label" android:layout_toLeftOf="@id/date" android:layout_alignBaseline="@id/label" diff --git a/res/layout/recent_calls_list_item_layout.xml b/res/layout/recent_calls_list_item_layout.xml index 74636695c..faaa893dd 100644 --- a/res/layout/recent_calls_list_item_layout.xml +++ b/res/layout/recent_calls_list_item_layout.xml @@ -52,6 +52,7 @@ android:layout_alignParentLeft="true" android:layout_alignParentBottom="true" android:layout_marginLeft="36dip" + android:layout_marginRight="5dip" android:layout_alignBaseline="@id/date" android:singleLine="true" @@ -63,7 +64,6 @@ <TextView android:id="@+id/number" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginLeft="5dip" android:layout_toRightOf="@id/label" android:layout_toLeftOf="@id/date" android:layout_alignBaseline="@id/label" |