summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/live_wallpaper_entry.xml10
1 files changed, 5 insertions, 5 deletions
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">