summaryrefslogtreecommitdiffstats
path: root/res/layout/fragment_pager_list.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-08 10:57:01 -0700
committerd34d <clark@cyngn.com>2014-08-11 08:18:18 -0700
commit5f903c2159a8a3fce0ef71c76ca201c3d54ffc12 (patch)
treec3eccc0dee91fff14dc5d5bf697d5ded36027248 /res/layout/fragment_pager_list.xml
parent5ac8d238009ca3dd90d0609762f60c9a02db2206 (diff)
downloadpackages_apps_ThemeChooser-5f903c2159a8a3fce0ef71c76ca201c3d54ffc12.tar.gz
packages_apps_ThemeChooser-5f903c2159a8a3fce0ef71c76ca201c3d54ffc12.tar.bz2
packages_apps_ThemeChooser-5f903c2159a8a3fce0ef71c76ca201c3d54ffc12.zip
Add tags to theme cards
The following tags can be enabled/disabled per theme Applied Customized Updated Default Currently the "Updated" tag is not being enabled. This will require some special handling and not worth holding up this patch. Change-Id: I69de7ca80df66f6c5cdbf0b47f18fc7dc77289f5
Diffstat (limited to 'res/layout/fragment_pager_list.xml')
-rw-r--r--res/layout/fragment_pager_list.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/fragment_pager_list.xml b/res/layout/fragment_pager_list.xml
index b6361b1..e1ddc34 100644
--- a/res/layout/fragment_pager_list.xml
+++ b/res/layout/fragment_pager_list.xml
@@ -8,7 +8,7 @@
android:paddingEnd="@dimen/collapsed_theme_page_padding">
<com.cyngn.theme.widget.LockableScrollView android:id="@android:id/list"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:paddingTop="@dimen/collapsed_theme_page_padding_top"
android:gravity="center"
android:layout_gravity="center_vertical"
@@ -20,6 +20,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
+ <include layout="@layout/theme_tags" />
<FrameLayout
android:id="@+id/shadow_frame"
android:layout_width="match_parent"