summaryrefslogtreecommitdiffstats
path: root/res/layout/live_wallpaper_base.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/live_wallpaper_base.xml')
-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" />