summaryrefslogtreecommitdiffstats
path: root/res/layout/fragment_pager_list.xml
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-10-09 15:58:51 -0700
committerd34d <clark@cyngn.com>2015-12-08 09:59:49 -0800
commitad1f28cd3fd66636b0f289630acd5f1cb8e1c627 (patch)
tree7e371e4019d7454b976741897f673428d15c2a02 /res/layout/fragment_pager_list.xml
parentd23995b644d72cc531cb353cea60b30c2f788d43 (diff)
downloadpackages_apps_ThemeChooser-ad1f28cd3fd66636b0f289630acd5f1cb8e1c627.zip
packages_apps_ThemeChooser-ad1f28cd3fd66636b0f289630acd5f1cb8e1c627.tar.gz
packages_apps_ThemeChooser-ad1f28cd3fd66636b0f289630acd5f1cb8e1c627.tar.bz2
Add live lock screen support for dogefood
The final UX will combine both static lock screen wallpapers and the new live lock screen with a banner indicating which are "live" Change-Id: I26fc793930316296178437d1d98e6e645e17b7e5
Diffstat (limited to 'res/layout/fragment_pager_list.xml')
-rw-r--r--res/layout/fragment_pager_list.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/fragment_pager_list.xml b/res/layout/fragment_pager_list.xml
index ff76c80..9a635b4 100644
--- a/res/layout/fragment_pager_list.xml
+++ b/res/layout/fragment_pager_list.xml
@@ -174,6 +174,9 @@
/>
<Space android:layout_width="match_parent"
android:layout_height="@dimen/expanded_card_margin_top" />
+ <include layout="@layout/live_lock_screen_card" />
+ <Space android:layout_width="match_parent"
+ android:layout_height="@dimen/expanded_card_margin_top" />
<include layout="@layout/style_card" />
<Space android:layout_width="match_parent"
android:layout_height="@dimen/expanded_card_margin_top" />