summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2010-12-13 15:43:03 -0800
committerAdam Lesinski <adamlesinski@google.com>2010-12-13 15:45:20 -0800
commitbe7ef35368513dcc35f563e407a9a55f9afe81bd (patch)
treedfe49bd586ee9f73d190f151e7cdef7198fba2b4 /res
parent4488979450b3399b76db136461693024afbd6812 (diff)
downloadandroid_packages_wallpapers_LivePicker-be7ef35368513dcc35f563e407a9a55f9afe81bd.tar.gz
android_packages_wallpapers_LivePicker-be7ef35368513dcc35f563e407a9a55f9afe81bd.tar.bz2
android_packages_wallpapers_LivePicker-be7ef35368513dcc35f563e407a9a55f9afe81bd.zip
Fixed an issue with fragment display on a phone
-A class name change was not reflected in the xml -Rotation of the screen caused a crash Change-Id: I483baf8b93c333e349ff1d4e5c6219abcbfad56c
Diffstat (limited to 'res')
-rw-r--r--res/layout/live_wallpaper_base.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/live_wallpaper_base.xml b/res/layout/live_wallpaper_base.xml
index 41cbdf1..bb4c960 100644
--- a/res/layout/live_wallpaper_base.xml
+++ b/res/layout/live_wallpaper_base.xml
@@ -17,7 +17,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <fragment class="com.android.wallpaper.livepicker.LiveWallpaperListActivity$WallpaperDialog"
+ <fragment class="com.android.wallpaper.livepicker.LiveWallpaperActivity$WallpaperDialog"
android:id="@+id/live_wallpaper_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />