aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-08-14 21:24:09 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-08-14 21:24:09 +0200
commit9390e9c4ccd9521a29b925da3054c65da0fce6c8 (patch)
tree082d940986a4f88ff66bfba59c26352aa54ee984 /res/layout
parentdd000d67095ec3e76b59987b56b8fbe239227d47 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-9390e9c4ccd9521a29b925da3054c65da0fce6c8.tar.gz
android_packages_wallpapers_PhotoPhase-9390e9c4ccd9521a29b925da3054c65da0fce6c8.tar.bz2
android_packages_wallpapers_PhotoPhase-9390e9c4ccd9521a29b925da3054c65da0fce6c8.zip
Improve responsiveness of CardLayout
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/choose_picture_fragment.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/choose_picture_fragment.xml b/res/layout/choose_picture_fragment.xml
index 9762b5d..01cf17d 100644
--- a/res/layout/choose_picture_fragment.xml
+++ b/res/layout/choose_picture_fragment.xml
@@ -14,7 +14,8 @@
limitations under the License.
-->
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+<org.cyanogenmod.wallpapers.photophase.widgets.VerticalEndlessScroller
+ xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -28,5 +29,5 @@
android:orientation="vertical"
android:paddingTop="@dimen/small_margin" />
-</ScrollView>
+</org.cyanogenmod.wallpapers.photophase.widgets.VerticalEndlessScroller>