summaryrefslogtreecommitdiffstats
path: root/res/layout/bootanim_card.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-11 17:04:33 -0700
committerClark Scheff <clark@cyngn.com>2014-08-13 09:50:29 -0700
commit6ccda47ee84a5b7c6514ced5ebe03b26d6b8896e (patch)
tree2537715a243baa83ba41f660dfb2e56fd45d07bd /res/layout/bootanim_card.xml
parentadcec10c05e84bf2d07a354b1ee22cbb494d8e3a (diff)
downloadpackages_apps_ThemeChooser-6ccda47ee84a5b7c6514ced5ebe03b26d6b8896e.tar.gz
packages_apps_ThemeChooser-6ccda47ee84a5b7c6514ced5ebe03b26d6b8896e.tar.bz2
packages_apps_ThemeChooser-6ccda47ee84a5b7c6514ced5ebe03b26d6b8896e.zip
Implement "add component" to components that are not in the given theme.
Change-Id: I30a69e265a44f327ba9f0479d925a550427f6a6f
Diffstat (limited to 'res/layout/bootanim_card.xml')
-rw-r--r--res/layout/bootanim_card.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/bootanim_card.xml b/res/layout/bootanim_card.xml
index 905cbfb..5a23423 100644
--- a/res/layout/bootanim_card.xml
+++ b/res/layout/bootanim_card.xml
@@ -22,5 +22,16 @@
android:layout_height="wrap_content"
android:text="@string/boot_animation_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>