summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2013-08-07 16:57:16 -0700
committerAmith Yamasani <yamasani@google.com>2013-08-07 16:57:16 -0700
commit489e75f9ea66b3ab8ec89293ae94510d8fb66f37 (patch)
treebfd62a9cd4ea213cec6e9c17341f811d72c0a6e7
parent83ecd77a8691036f59efba4ce2fb003b26f48313 (diff)
downloadandroid_packages_wallpapers_LivePicker-489e75f9ea66b3ab8ec89293ae94510d8fb66f37.tar.gz
android_packages_wallpapers_LivePicker-489e75f9ea66b3ab8ec89293ae94510d8fb66f37.tar.bz2
android_packages_wallpapers_LivePicker-489e75f9ea66b3ab8ec89293ae94510d8fb66f37.zip
RTLize
Bug: 10226016 Change-Id: Iab3708a4c1a90724066e427a1de68971bfa81de6
-rw-r--r--AndroidManifest.xml3
-rw-r--r--res/layout/live_wallpaper_entry.xml10
2 files changed, 7 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9ce7e3e..8c84e0b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,7 +29,8 @@
<application
android:label="@string/application_name"
- android:icon="@mipmap/ic_launcher_live_wallpaper">
+ android:icon="@mipmap/ic_launcher_live_wallpaper"
+ android:supportsRtl="true" >
<activity android:name="LiveWallpaperActivity"
android:label="@string/live_wallpaper_picker_label"
diff --git a/res/layout/live_wallpaper_entry.xml b/res/layout/live_wallpaper_entry.xml
index 2d618f6..df75e84 100644
--- a/res/layout/live_wallpaper_entry.xml
+++ b/res/layout/live_wallpaper_entry.xml
@@ -18,8 +18,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingLeft="6dip"
- android:paddingRight="6dip"
+ android:paddingStart="6dip"
+ android:paddingEnd="6dip"
android:paddingTop="6dip"
android:paddingBottom="6dip"
@@ -39,10 +39,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="10dip"
- android:layout_marginRight="8dip"
+ android:layout_marginStart="10dip"
+ android:layout_marginEnd="8dip"
android:layout_centerVertical="true"
- android:layout_toRightOf="@id/thumbnail"
+ android:layout_toEndOf="@id/thumbnail"
android:orientation="vertical">