summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2009-10-29 15:19:13 -0400
committerDaniel Sandler <dsandler@google.com>2009-10-29 15:19:13 -0400
commitd7967c599e0d5b9ddb992b5f9836582d402a8671 (patch)
treeaf82a0967dda94141948433c5d41773410e10876 /res/layout
parent6a354ff374529755d9c22d884095d61134fd7cd6 (diff)
downloadandroid_packages_wallpapers_LivePicker-d7967c599e0d5b9ddb992b5f9836582d402a8671.tar.gz
android_packages_wallpapers_LivePicker-d7967c599e0d5b9ddb992b5f9836582d402a8671.tar.bz2
android_packages_wallpapers_LivePicker-d7967c599e0d5b9ddb992b5f9836582d402a8671.zip
Improving Live Wallpaper picker UI.
The currently selected wallpaper's title is now shown in a Launcher-style bubble above the thumbnail gallery.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/live_wallpaper_content.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/live_wallpaper_content.xml b/res/layout/live_wallpaper_content.xml
index 94864c0..d9b3add 100644
--- a/res/layout/live_wallpaper_content.xml
+++ b/res/layout/live_wallpaper_content.xml
@@ -43,6 +43,17 @@
/>
</FrameLayout>
+ <com.android.wallpaper.livepicker.BubbleTextView
+ style="@style/WorkspaceIcon"
+ android:id="@+id/title"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center"
+ android:visibility="gone"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_marginBottom="4dip"
+ />
+
<Gallery android:id="@+id/gallery"
android:gravity="fill"
android:layout_width="fill_parent"