Commit e19bbca9 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "7225161 Launcher needs to add android:supportsRtl="true" in his...

Merge "7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest" into jb-mr1-dev
parents aee3a0ef 369dd0c3
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
android:label="@string/application_name" android:label="@string/application_name"
android:icon="@drawable/ic_launcher_home" android:icon="@drawable/ic_launcher_home"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:largeHeap="@bool/config_largeHeap"> android:largeHeap="@bool/config_largeHeap"
android:supportsRtl="true">
<activity <activity
android:name="com.android.launcher2.Launcher" android:name="com.android.launcher2.Launcher"
android:launchMode="singleTask" android:launchMode="singleTask"
......
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="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 <!-- The layout_width of the tab bar gets overriden to align the content
with the text in the tabs in AppsCustomizeTabHost. --> with the text in the tabs in AppsCustomizeTabHost. -->
<FrameLayout <FrameLayout
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment