summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/recent_calls_list_group_item.xml2
-rw-r--r--res/layout/recent_calls_list_item_layout.xml2
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"