summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-22 17:20:34 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-22 17:20:34 -0700
commit0699c903f4e7cc5926c6618d7d57c2c945f3e2ef (patch)
treeb81bb5ff00dfc606a896350aa925cdb02b1c9781 /res
parent9191ce7e8060f312f246009804ae9d429b52f808 (diff)
parent8ff81e38ce857ef67dd1141d4ebc0b3adfcb31ee (diff)
am 8ff81e38: am 660cc3b8: Merge "Make dialpad actionbar RTL aware" into klp-dev
* commit '8ff81e38ce857ef67dd1141d4ebc0b3adfcb31ee': Make dialpad actionbar RTL aware
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"