summaryrefslogtreecommitdiffstats
path: root/res/layout/live_lock_screen_card.xml
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2015-12-23 22:17:38 -0600
committerLuis Vidal <lvidal@cyngn.com>2016-01-08 11:32:32 -0800
commitffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e (patch)
treea5a9d8fab58757b2926d08a4b8c3678c6499e18a /res/layout/live_lock_screen_card.xml
parent98a98fca3ed0249f00d9d28e2997f4d240e813e4 (diff)
downloadpackages_apps_ThemeChooser-ffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e.zip
packages_apps_ThemeChooser-ffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e.tar.gz
packages_apps_ThemeChooser-ffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e.tar.bz2
Show lock screen wallpapers & live lock screens in the same selector
Change-Id: I86e016d139da4adcec3191d982968b7a37f48c19
Diffstat (limited to 'res/layout/live_lock_screen_card.xml')
-rw-r--r--res/layout/live_lock_screen_card.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/res/layout/live_lock_screen_card.xml b/res/layout/live_lock_screen_card.xml
deleted file mode 100644
index 33cd847..0000000
--- a/res/layout/live_lock_screen_card.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 Cyanogen, Inc.
--->
-<com.cyngn.theme.chooser.ComponentCardView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/live_lock_screen_preview_container"
- android:layout_width="match_parent"
- android:layout_height="320dp"
- android:orientation="vertical"
- android:background="@drawable/card_bootanim_bg">
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <!-- Need to set a valid source so this view can generate a valid bitmap
- from drawing cache, otherwise it's size is 0x0 and a null bitmap is returned -->
- <ImageView
- android:id="@+id/live_lock_screen_preview"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/expanded_card_margin_top"
- android:adjustViewBounds="true"
- android:layout_gravity="center"
- android:src="@drawable/card_bootanim_bg"/>
- <com.cyngn.theme.widget.LatoTextView
- android:id="@+id/label"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/live_lock_screen_label"
- style="@style/card_label"/>
- <LinearLayout
- android:id="@+id/empty"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:visibility="gone">
- <ImageView
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:src="@drawable/ic_addcomponent"/>
- </LinearLayout>
- </FrameLayout>
-</com.cyngn.theme.chooser.ComponentCardView>