summaryrefslogtreecommitdiffstats
path: root/res/layout/uninstall_confirm.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2013-03-21 21:52:54 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2013-03-21 21:52:54 +0000
commit2c26dc9d6d0f28856b99affe7cfe294c4d975069 (patch)
tree0f3bdb4433e04f46765a21b55ea436f25ba2f6a0 /res/layout/uninstall_confirm.xml
parent341c4f81e7ff728943309468f28e2466ba3ee9ab (diff)
parent8f193212ed48f38f54e7f78ca8789758cf9a0c7b (diff)
downloadandroid_packages_apps_PackageInstaller-2c26dc9d6d0f28856b99affe7cfe294c4d975069.tar.gz
android_packages_apps_PackageInstaller-2c26dc9d6d0f28856b99affe7cfe294c4d975069.tar.bz2
android_packages_apps_PackageInstaller-2c26dc9d6d0f28856b99affe7cfe294c4d975069.zip
am 8f193212: Merge "Fix bug #8133419 Android Download Manager/Installer should be mirrored for RTL languages" into jb-mr2-dev
* commit '8f193212ed48f38f54e7f78ca8789758cf9a0c7b': Fix bug #8133419 Android Download Manager/Installer should be mirrored for RTL languages
Diffstat (limited to 'res/layout/uninstall_confirm.xml')
-rw-r--r--res/layout/uninstall_confirm.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml
index 9ef0036c..f604023f 100644
--- a/res/layout/uninstall_confirm.xml
+++ b/res/layout/uninstall_confirm.xml
@@ -57,8 +57,8 @@
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:paddingLeft="24dip"
- android:paddingRight="24dip" />
+ android:paddingStart="24dip"
+ android:paddingEnd="24dip" />
</LinearLayout>
@@ -88,7 +88,7 @@
<Button android:id="@+id/cancel_button"
android:layout_width="0dip"
android:layout_height="wrap_content"
- android:layout_gravity="left"
+ android:layout_gravity="start"
android:layout_weight="1"
android:text="@string/cancel"
android:maxLines="2"
@@ -97,7 +97,7 @@
<Button android:id="@+id/ok_button"
android:layout_width="0dip"
android:layout_height="wrap_content"
- android:layout_gravity="right"
+ android:layout_gravity="end"
android:layout_weight="1"
android:text="@string/ok"
android:maxLines="2"