summaryrefslogtreecommitdiffstats
path: root/res/layout/fragment_pager_list.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-05 14:23:02 -0700
committerClark Scheff <clark@cyngn.com>2014-08-07 15:26:48 +0000
commit475c295cac411217a5e71ea0be61bf758853b588 (patch)
tree4c8d47bc317abd71f1611295805059868a3b18f5 /res/layout/fragment_pager_list.xml
parentd30f602baf09651680399b535d2ac6fcfc2c1aad (diff)
downloadpackages_apps_ThemeChooser-475c295cac411217a5e71ea0be61bf758853b588.tar.gz
packages_apps_ThemeChooser-475c295cac411217a5e71ea0be61bf758853b588.tar.bz2
packages_apps_ThemeChooser-475c295cac411217a5e71ea0be61bf758853b588.zip
Implement new apply UI
Change-Id: I9d57114bb5878b2e6c734733306be707b039f188
Diffstat (limited to 'res/layout/fragment_pager_list.xml')
-rw-r--r--res/layout/fragment_pager_list.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/fragment_pager_list.xml b/res/layout/fragment_pager_list.xml
index 818aaf9..aa1a1df 100644
--- a/res/layout/fragment_pager_list.xml
+++ b/res/layout/fragment_pager_list.xml
@@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:paddingStart="@dimen/collapsed_theme_page_padding"
android:paddingEnd="@dimen/collapsed_theme_page_padding">
- <ScrollView android:id="@android:id/list"
+ <com.cyngn.theme.widget.LockableScrollView android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="@dimen/collapsed_theme_page_padding_top"
@@ -42,6 +42,7 @@
<include layout="@layout/icon_card"/>
<include layout="@layout/navbar_card"/>
</LinearLayout>
+ <include layout="@layout/apply_theme_layout"/>
<ImageView
android:id="@+id/loading_view"
android:layout_width="match_parent"
@@ -154,5 +155,5 @@
android:layout_height="@*android:dimen/system_bar_height" />
</LinearLayout>
</LinearLayout>
- </ScrollView>
+ </com.cyngn.theme.widget.LockableScrollView>
</LinearLayout> \ No newline at end of file