summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-09-14 11:26:21 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-09-16 12:05:02 -0700
commitbaec6ffae2c260180dbdf2c6b2ca2f38e1df8f1a (patch)
tree1f7308d88cdb308df0452b241dfe27927d5c767d /res/values/styles.xml
parentf595f3de0fb166f5b4d43f885b63dccaaa9efd5b (diff)
downloadandroid_packages_apps_Trebuchet-baec6ffae2c260180dbdf2c6b2ca2f38e1df8f1a.tar.gz
android_packages_apps_Trebuchet-baec6ffae2c260180dbdf2c6b2ca2f38e1df8f1a.tar.bz2
android_packages_apps_Trebuchet-baec6ffae2c260180dbdf2c6b2ca2f38e1df8f1a.zip
Updating the paddings in folder cell
> Updating overall padding for the cell and adding drawable padding > Ensuring that the folder cell is always rendered properly based on available vertical space Bug: 30605958 Change-Id: I8ceb9fea5a25052b0d7461f52edca0e6a33fa085
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f0297654b..ecc11b0ee 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -74,7 +74,11 @@
<item name="android:background">@null</item>
<item name="android:textColor">@color/quantum_panel_text_color</item>
<item name="android:shadowRadius">0</item>
+ <item name="android:textSize">@dimen/folder_child_text_size</item>
+ <item name="android:gravity">center</item>
+ <item name="android:includeFontPadding">false</item>
<item name="customShadows">false</item>
+ <item name="iconDisplay">folder</item>
</style>
<style name="Icon.DeepShortcut">