summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-23 17:11:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-23 17:11:52 +0000
commit69bacc431f0e269ac014769d8569228c2cb2c740 (patch)
treed166d1da32e1a6b9e3568ce9b82142a8cbf445af /res
parentf16fc222055a15bfd6e00e74ef0d2f45711ed6f7 (diff)
parent69c247f619fd2f2474070bdbcec32b78f6444149 (diff)
am 69c247f6: Make ViewPagerTabs and FABController RTL aware
* commit '69c247f619fd2f2474070bdbcec32b78f6444149': 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"