summaryrefslogtreecommitdiffstats
path: root/res/values
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/values
parenta252268aaef428b01d501f41b8e2d3c144deabd8 (diff)
downloadpackages_apps_ThemeChooser-adcec10c05e84bf2d07a354b1ee22cbb494d8e3a.zip
packages_apps_ThemeChooser-adcec10c05e84bf2d07a354b1ee22cbb494d8e3a.tar.gz
packages_apps_ThemeChooser-adcec10c05e84bf2d07a354b1ee22cbb494d8e3a.tar.bz2
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/values')
-rw-r--r--res/values/dimens.xml1
-rw-r--r--res/values/styles.xml4
2 files changed, 2 insertions, 3 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index b183c56..c82a50d 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -72,6 +72,5 @@
<dimen name="content_offset_padding">10dp</dimen>
<dimen name="apply_progress_padding">10dp</dimen>
- <dimen name="label_height">24dp</dimen>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6a630dc..8a7a7a0 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -70,8 +70,8 @@
<item name="android:textAllCaps">true</item>
<item name="android:textSize">12sp</item>
<item name="android:textStyle">bold</item>
- <item name="android:paddingTop">4dp</item>
- <item name="android:paddingBottom">4dp</item>
+ <item name="android:paddingTop">16dp</item>
+ <item name="android:paddingBottom">16dp</item>
</style>
<style name="audible_name">