diff options
Diffstat (limited to 'res/layout/wallpaper_chooser.xml')
-rw-r--r-- | res/layout/wallpaper_chooser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/wallpaper_chooser.xml b/res/layout/wallpaper_chooser.xml index 4993076..62f22ee 100644 --- a/res/layout/wallpaper_chooser.xml +++ b/res/layout/wallpaper_chooser.xml @@ -29,7 +29,7 @@ android:layout_alignParentBottom="true" android:background="@drawable/wallpaper_gallery_background"> - <Gallery android:id="@+id/gallery" + <com.cyanogenmod.trebuchet.widget.EcoGallery android:id="@+id/gallery" android:layout_width="match_parent" android:layout_height="wrap_content" android:spacing="-4dp" /> |