summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2009-09-11 15:59:22 -0400
committerDaniel Sandler <dsandler@google.com>2009-09-11 15:59:22 -0400
commit86aea351131c9ee410123c4c603a33486c4e9ea1 (patch)
treebd4000a0302a9666710109db7c1a5a22afa01a5c /res/layout
parentd40eec360f86d8f3d7f9229dbfdc1e54628bfa8a (diff)
downloadandroid_packages_apps_Trebuchet-86aea351131c9ee410123c4c603a33486c4e9ea1.tar.gz
android_packages_apps_Trebuchet-86aea351131c9ee410123c4c603a33486c4e9ea1.tar.bz2
android_packages_apps_Trebuchet-86aea351131c9ee410123c4c603a33486c4e9ea1.zip
First crack at a Gallery-based live wallpaper picker.
No thumbnails yet, but I hope the placeholder graphics are compelling enough to convince you to BUY NOW!
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/live_wallpaper_content.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout/live_wallpaper_content.xml b/res/layout/live_wallpaper_content.xml
index 68e301e71..71c315711 100644
--- a/res/layout/live_wallpaper_content.xml
+++ b/res/layout/live_wallpaper_content.xml
@@ -25,13 +25,13 @@
android:layout_height="0px"
android:layout_weight="1"
>
-
+ <!--
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
-
+ -->
<TextView
android:id="@android:id/empty"
android:layout_width="fill_parent"
@@ -41,9 +41,12 @@
android:visibility="gone"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
-
</FrameLayout>
+ <Gallery android:id="@+id/gallery"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content" />
+
<Button android:id="@+id/set"
android:layout_width="wrap_content"
android:layout_height="wrap_content"