diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2013-11-07 11:23:32 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-07 11:23:32 -0800 |
commit | 0be8fa713f67a873fbc73635e8f62bd30c297110 (patch) | |
tree | 9374ea980a052be00e75a01a37d4d8c7cfe0a479 /core/res | |
parent | 4833a6ce44becf0d73e9727da64d8c7bd0f89549 (diff) | |
parent | e43780c6b768ee5eb2469f8eefc86a4f2ecc9906 (diff) | |
download | frameworks_base-0be8fa713f67a873fbc73635e8f62bd30c297110.zip frameworks_base-0be8fa713f67a873fbc73635e8f62bd30c297110.tar.gz frameworks_base-0be8fa713f67a873fbc73635e8f62bd30c297110.tar.bz2 |
am e43780c6: am ff49e2d9: Merge "Improve RTL support for Immersive mode" into klp-dev
* commit 'e43780c6b768ee5eb2469f8eefc86a4f2ecc9906':
Improve RTL support for Immersive mode
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/layout/immersive_mode_cling.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout/immersive_mode_cling.xml b/core/res/res/layout/immersive_mode_cling.xml index f97225e..c0cd93d 100644 --- a/core/res/res/layout/immersive_mode_cling.xml +++ b/core/res/res/layout/immersive_mode_cling.xml @@ -37,8 +37,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/cling_bg" - android:paddingLeft="14dp" - android:paddingRight="14dp" + android:paddingStart="14dp" + android:paddingEnd="14dp" android:paddingTop="24dp" android:paddingBottom="24dp"> <TextView |