summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-23 00:15:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-23 00:15:13 +0000
commit660cc3b8600863d576790648b695be22a58ea8b5 (patch)
treeb81bb5ff00dfc606a896350aa925cdb02b1c9781 /res
parent4beffadcc0a9fd3a265cbdd71b3a1f320888e805 (diff)
parent7dbcf18dd4e2f9165a531ae6f64ebe375a0d55da (diff)
Merge "Make dialpad actionbar RTL aware" into klp-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialpad_fragment.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml
index b79214a65..cbbb2cc02 100644
--- a/res/layout/dialpad_fragment.xml
+++ b/res/layout/dialpad_fragment.xml
@@ -79,7 +79,8 @@
android:layout_height="0px"
android:layout_weight="@integer/dialpad_layout_weight_additional_buttons"
android:layout_gravity="center_horizontal"
- android:background="@color/dialpad_primary_text_color">
+ android:background="@color/dialpad_primary_text_color"
+ android:layoutDirection="locale">
<ImageButton
android:id="@+id/call_history_on_dialpad_button"
android:layout_height="match_parent"