summaryrefslogtreecommitdiffstats
path: root/res/layout/bootanim_card.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-11 14:42:02 -0700
committerClark Scheff <clark@cyngn.com>2014-08-12 16:20:09 +0000
commitadcec10c05e84bf2d07a354b1ee22cbb494d8e3a (patch)
treed1071aa6d697e077efad8b3903f9ad1baddfafc5 /res/layout/bootanim_card.xml
parenta252268aaef428b01d501f41b8e2d3c144deabd8 (diff)
downloadpackages_apps_ThemeChooser-adcec10c05e84bf2d07a354b1ee22cbb494d8e3a.tar.gz
packages_apps_ThemeChooser-adcec10c05e84bf2d07a354b1ee22cbb494d8e3a.tar.bz2
packages_apps_ThemeChooser-adcec10c05e84bf2d07a354b1ee22cbb494d8e3a.zip
Adjust card title top margin.
The title is now considered part of the content so we need to have a 24dp border above the text instead of including the text in the 24dp border. Change-Id: Id0ab44c1338ba5b11cb49ad162a215b5a234cbb3
Diffstat (limited to 'res/layout/bootanim_card.xml')
-rw-r--r--res/layout/bootanim_card.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bootanim_card.xml b/res/layout/bootanim_card.xml
index 99b2c9a..905cbfb 100644
--- a/res/layout/bootanim_card.xml
+++ b/res/layout/bootanim_card.xml
@@ -19,7 +19,7 @@
<TextView
android:id="@+id/label"
android:layout_width="match_parent"
- android:layout_height="24dp"
+ android:layout_height="wrap_content"
android:text="@string/boot_animation_label"
style="@style/card_label"/>
</FrameLayout>