am e19bbca9: Merge "7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest" into jb-mr1-dev

* commit 'e19bbca93eb93d4daaf31ac3e7bd8e4c32838af4':
  7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest
This commit is contained in:
Fabrice Di Meglio
2012-09-25 13:49:46 -07:00
committed by Android Git Automerger
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -66,7 +66,8 @@
android:label="@string/application_name"
android:icon="@drawable/ic_launcher_home"
android:hardwareAccelerated="true"
android:largeHeap="@bool/config_largeHeap">
android:largeHeap="@bool/config_largeHeap"
android:supportsRtl="true">
<activity
android:name="com.android.launcher2.Launcher"
android:launchMode="singleTask"
+2 -1
View File
@@ -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