diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2012-07-27 18:27:11 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2012-12-17 17:03:09 -0800 |
commit | 8afcd149970c79054a3a16377834aa0aec35eee0 (patch) | |
tree | 895b157fd2b52bf47b67cb610c73a621746d8b7d /packages/SystemUI/res/values-sw720dp | |
parent | f50a37d30288aae5c05ef1cf266ed11772ca727e (diff) | |
download | frameworks_base-8afcd149970c79054a3a16377834aa0aec35eee0.zip frameworks_base-8afcd149970c79054a3a16377834aa0aec35eee0.tar.gz frameworks_base-8afcd149970c79054a3a16377834aa0aec35eee0.tar.bz2 |
Make SystemUI RTL aware
- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)
Change-Id: Ica88ed68f893d5272691a9207788b65623849dee
Diffstat (limited to 'packages/SystemUI/res/values-sw720dp')
-rw-r--r-- | packages/SystemUI/res/values-sw720dp/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values-sw720dp/styles.xml b/packages/SystemUI/res/values-sw720dp/styles.xml index e0b1774..5009395 100644 --- a/packages/SystemUI/res/values-sw720dp/styles.xml +++ b/packages/SystemUI/res/values-sw720dp/styles.xml @@ -39,13 +39,13 @@ <item name="android:layout_height">wrap_content</item> <item name="android:layout_width">0dp</item> <item name="android:layout_weight">1</item> - <item name="android:layout_gravity">left|center_vertical</item> + <item name="android:layout_gravity">start|center_vertical</item> <item name="android:textColor">?android:attr/textColorPrimary</item> <item name="android:textSize">18sp</item> </style> <style name="SystemBarPanelSettingsPanelSeparator"> - <item name="android:layout_marginRight">0dp</item> + <item name="android:layout_marginEnd">0dp</item> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">1dp</item> <item name="android:background">@android:drawable/divider_horizontal_dark</item> |