summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/WallpaperChooser.java
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-06-21 13:03:34 -0700
committerAmith Yamasani <yamasani@google.com>2011-06-22 11:29:38 -0700
commit6be594922fac988f3b350718df8e9df3ef25b97e (patch)
tree7352b5679222d26d849eb15bb5694defc81baa79 /src/com/android/launcher2/WallpaperChooser.java
parent2a451abcc0d81d249840ca755d54ae829002d27e (diff)
downloadandroid_packages_apps_Trebuchet-6be594922fac988f3b350718df8e9df3ef25b97e.tar.gz
android_packages_apps_Trebuchet-6be594922fac988f3b350718df8e9df3ef25b97e.tar.bz2
android_packages_apps_Trebuchet-6be594922fac988f3b350718df8e9df3ef25b97e.zip
A fullscreen wallpaper chooser for all screen sizes.
The wallpaper preview covers the whole screen, with background protection for the gallery items and button. Change-Id: Ice31c4fea6503d1a59b59d6fbffb5e4a28eb2143
Diffstat (limited to 'src/com/android/launcher2/WallpaperChooser.java')
-rw-r--r--src/com/android/launcher2/WallpaperChooser.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher2/WallpaperChooser.java b/src/com/android/launcher2/WallpaperChooser.java
index 2311d1e9a..8a9d92f4a 100644
--- a/src/com/android/launcher2/WallpaperChooser.java
+++ b/src/com/android/launcher2/WallpaperChooser.java
@@ -33,6 +33,8 @@ public class WallpaperChooser extends Activity {
Fragment fragmentView =
getFragmentManager().findFragmentById(R.id.wallpaper_chooser_fragment);
+ // TODO: The following code is currently not exercised. Leaving it here in case it
+ // needs to be revived again.
if (fragmentView == null) {
/* When the screen is XLarge, the fragment is not included in the layout, so show it
* as a dialog