summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/live_wallpaper_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/live_wallpaper_list.xml')
-rw-r--r--res/layout-xlarge/live_wallpaper_list.xml22
1 files changed, 16 insertions, 6 deletions
diff --git a/res/layout-xlarge/live_wallpaper_list.xml b/res/layout-xlarge/live_wallpaper_list.xml
index 312e672..49a1786 100644
--- a/res/layout-xlarge/live_wallpaper_list.xml
+++ b/res/layout-xlarge/live_wallpaper_list.xml
@@ -16,17 +16,22 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingLeft="24dp"
+ android:paddingRight="24dp"
+ android:paddingTop="24dp"
+ android:paddingBottom="24dp"
android:gravity="center">
<GridView
android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="400dp"
+ android:layout_width="702dp"
+ android:layout_height="wrap_content"
android:layout_gravity="center"
android:numColumns="3"
- android:stretchMode="spacingWidth"
+ android:stretchMode="none"
android:columnWidth="@dimen/live_wallpaper_grid_item_width"
- android:verticalSpacing="15dp"
+ android:verticalSpacing="0dp"
+ android:horizontalSpacing="0dp"
android:drawSelectorOnTop="false" />
<TextView
android:id="@android:id/empty"
@@ -37,5 +42,10 @@
android:visibility="gone"
android:text="@string/live_wallpaper_empty"
- android:textAppearance="?android:attr/textAppearanceMedium" />
+ android:textColor="#FFFFFFFF"
+ android:textSize="14sp"
+ android:shadowColor="#FF000000"
+ android:shadowDx="0.0"
+ android:shadowDy="1.0"
+ android:shadowRadius="1.0" />
</FrameLayout> \ No newline at end of file