summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-09-25 15:33:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-25 15:33:48 -0700
commit2ef935e0a97a91486cc8bffde12b816664d6756b (patch)
treecb77cee732944ef3eed290b62b5b6a4cfacdd891 /res
parentd4171e19bc32445dc96eb6709bee54141bd15d28 (diff)
parente49139e3da79ca5624ef0cab14691fc81660f0e2 (diff)
downloadandroid_packages_apps_Trebuchet-2ef935e0a97a91486cc8bffde12b816664d6756b.tar.gz
android_packages_apps_Trebuchet-2ef935e0a97a91486cc8bffde12b816664d6756b.tar.bz2
android_packages_apps_Trebuchet-2ef935e0a97a91486cc8bffde12b816664d6756b.zip
am e49139e3: am e19bbca9: Merge "7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest" into jb-mr1-dev
* commit 'e49139e3da79ca5624ef0cab14691fc81660f0e2': 7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest
Diffstat (limited to 'res')
-rw-r--r--res/layout/apps_customize_pane.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index efd29a673..41ba9e21e 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -22,7 +22,8 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:visibility="gone">
+ android:visibility="gone"
+ android:layoutDirection="ltr">
<!-- The layout_width of the tab bar gets overriden to align the content
with the text in the tabs in AppsCustomizeTabHost. -->
<FrameLayout