summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2016-11-03 15:29:29 -0700
committerJon Miranda <jonmiranda@google.com>2016-11-04 14:15:33 -0700
commitbf7d8121ea41df6b920b7df064cbc02091780dd4 (patch)
treed485185ece64b09ec7c71a0b632b8c319567fa09 /res/values/styles.xml
parent8f6ada9563a2f735fc14ff6f72daefaea417b5f0 (diff)
downloadandroid_packages_apps_Trebuchet-bf7d8121ea41df6b920b7df064cbc02091780dd4.tar.gz
android_packages_apps_Trebuchet-bf7d8121ea41df6b920b7df064cbc02091780dd4.tar.bz2
android_packages_apps_Trebuchet-bf7d8121ea41df6b920b7df064cbc02091780dd4.zip
Scale down folder cells to fit within bounds if necessary.
The number of folder cols/rows are set in InvariantDeviceProfile. Because of this, we may need to scale down the folder cells in multi-window mode. Bug: 32176631 Change-Id: I925d5ac9d29439c5d61cf089e7784065a8cb5ebd
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 90338ae44..bb0bc2ffb 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -88,7 +88,6 @@
<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_horizontal</item>
<item name="android:includeFontPadding">false</item>
<item name="customShadows">false</item>