summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-22 16:02:12 -0700
committerYorke Lee <yorkelee@google.com>2013-08-22 16:02:12 -0700
commit7dbcf18dd4e2f9165a531ae6f64ebe375a0d55da (patch)
treebe37c0f3b59b83a2355a1b8e3819590f5b77626b /res
parent2c0ea3b35b9983619c12ab0a4f50e14cc70f801e (diff)
Make dialpad actionbar RTL aware
Bug: 10444631 Change-Id: I95e3623fe6b855390b9d01121b34d9468b1497df
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"