summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2019-10-15 15:33:16 -0700
committerJon Miranda <jonmiranda@google.com>2019-10-16 11:21:36 -0700
commit64d74815976a4decc9ee515eed9f53272b3c3a4f (patch)
tree1115c8341466fc0a679a74ea84b9c3fef2c0e708 /res/values
parentbdf1687f57de361b1345bf6547cab22e1cc4623c (diff)
downloadandroid_packages_apps_Trebuchet-64d74815976a4decc9ee515eed9f53272b3c3a4f.tar.gz
android_packages_apps_Trebuchet-64d74815976a4decc9ee515eed9f53272b3c3a4f.tar.bz2
android_packages_apps_Trebuchet-64d74815976a4decc9ee515eed9f53272b3c3a4f.zip
Have consistent All Apps UI between grid size changes.
We build an IDP with no grid size override values. This allows us to reference the profile measurements so that we can have a consistent UI for areas that the grid size change should not affect. Bug: 124967099 Change-Id: I6235862c95800d8f31dbf2de1d12b1fcf4dbd850
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 7be584e93..de17eb7b4 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -115,8 +115,6 @@
<attr name="numFolderColumns" format="integer" />
<!-- numHotseatIcons defaults to numColumns, if not specified -->
<attr name="numHotseatIcons" format="integer" />
- <!-- numAllAppsColumns defaults to numColumns, if not specified -->
- <attr name="numAllAppsColumns" format="integer" />
<attr name="defaultLayoutId" format="reference" />
<attr name="demoModeLayoutId" format="reference" />
</declare-styleable>
@@ -132,12 +130,6 @@
<attr name="iconTextSize" format="float" />
<!-- If true, this display option is used to determine the default grid -->
<attr name="canBeDefault" format="boolean" />
-
- <!-- The following values are only enabled if grid is supported. -->
- <!-- allAppsIconSize defaults to iconSize, if not specified -->
- <attr name="allAppsIconSize" format="float" />
- <!-- allAppsIconTextSize defaults to iconTextSize, if not specified -->
- <attr name="allAppsIconTextSize" format="float" />
</declare-styleable>
<declare-styleable name="CellLayout">