Make Settings app aware of layout direction

- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)

Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
This commit is contained in:
Fabrice Di Meglio
2012-07-19 19:25:50 -07:00
parent 24d1058d00
commit 79d8e80a30
118 changed files with 497 additions and 496 deletions

View File

@@ -25,12 +25,12 @@
<TextView
style="?android:attr/listSeparatorTextViewStyle"
android:background="@null"
android:paddingLeft="16dip"
android:paddingStart="16dip"
android:id="@+android:id/title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="left|bottom"
android:layout_gravity="start|bottom"
/>
<ProgressBar
@@ -39,8 +39,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="16dip"
android:layout_marginRight="16dip"
android:layout_marginStart="16dip"
android:layout_marginEnd="16dip"
style="?android:attr/progressBarStyleSmallTitle"
/>