aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-08-14 00:25:05 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-08-14 00:25:05 +0200
commite27453b6acc75d214ebc1b2c4317f109e8ac26a2 (patch)
tree64eab0c1354c1eb1f092e0af993edcaf5694a725 /res/layout
parented839a8539740ca2cad89ae1c7caeb640c5809af (diff)
downloadandroid_packages_wallpapers_PhotoPhase-e27453b6acc75d214ebc1b2c4317f109e8ac26a2.tar.gz
android_packages_wallpapers_PhotoPhase-e27453b6acc75d214ebc1b2c4317f109e8ac26a2.tar.bz2
android_packages_wallpapers_PhotoPhase-e27453b6acc75d214ebc1b2c4317f109e8ac26a2.zip
Fix hardware acceleration issue with a lot albums.
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/choose_picture_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/choose_picture_fragment.xml b/res/layout/choose_picture_fragment.xml
index f2c8b1d..9762b5d 100644
--- a/res/layout/choose_picture_fragment.xml
+++ b/res/layout/choose_picture_fragment.xml
@@ -24,7 +24,7 @@
<org.cyanogenmod.wallpapers.photophase.widgets.CardLayout
android:id="@+id/albums_panel"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="@dimen/small_margin" />