summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-23 17:22:54 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-23 17:22:54 +0000
commit44dab64e3caaeb3fb24d302105a2eba6a759aa73 (patch)
tree168f658fdfa9b86b0020c4abaccffeeb9f9c02ff /res
parent898bd026a729d016d549283b6346b5152af42185 (diff)
parent8ad324c1b1f0666b8fe5d65b9e98aa24e054ce82 (diff)
am 8ad324c1: am 69bacc43: am 69c247f6: Make ViewPagerTabs and FABController RTL aware
* commit '8ad324c1b1f0666b8fe5d65b9e98aa24e054ce82': 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"