summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-23 17:16:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-23 17:16:26 +0000
commit8ad324c1b1f0666b8fe5d65b9e98aa24e054ce82 (patch)
treed166d1da32e1a6b9e3568ce9b82142a8cbf445af /res
parent538bb446af013a844bdfe1caeb11f6f3e96e5ee0 (diff)
parent69bacc431f0e269ac014769d8569228c2cb2c740 (diff)
am 69bacc43: am 69c247f6: Make ViewPagerTabs and FABController RTL aware
* commit '69bacc431f0e269ac014769d8569228c2cb2c740': Make ViewPagerTabs and FABController RTL aware
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 193859273..1e61f7768 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -25,8 +25,9 @@
above a group of call log entries. -->
<TextView
android:id="@+id/call_log_day_group_label"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_gravity="start"
android:layout_marginStart="@dimen/call_log_start_margin"
android:layout_marginEnd="@dimen/call_log_outer_margin"
android:fontFamily="sans-serif-medium"