Go to file
Ryan Mitchell 01b8b68db7 Rename launcher:iconSize attribute to prevent overriding material
A previous change [1] introduced the material library as a static library
for the SecondaryDisplayLauncher. The material library defines a
resource "attr/iconSize" with format="dimension" while Launcher3 defines
a resource of the same name with format="float". The material resource
is being overriden by the Launcher3 resource and is preventing aapt2
from disallowing multiple definitions of the same attribute with
different formats.

This change renames the Launcher3 iconSize so it will not collide with
the material resource.

[1] If183dd35a1d197c4a9a8225a021e36c4f1662587

Bug: 129146717
Test: build success and inspection of generated apk
Change-Id: I5eb54ea606ddcfb47d5150b44906a8707203e905
2019-04-24 16:22:51 +00:00
SecondaryDisplayLauncher Fix SecondaryLauncher crash when started. 2019-04-09 05:47:46 +00:00
go Rename launcher:iconSize attribute to prevent overriding material 2019-04-24 16:22:51 +00:00
iconloaderlib Fix icon shape refresh for widgets list / legacy shortcut black bg issue 2019-04-02 11:00:50 -07:00
proto_overrides Adding support for derivative apps to safely extend LauncherLog proto 2017-07-20 11:47:11 -07:00
protos Add launcher logging of back button 2019-04-03 22:41:39 +00:00
quickstep Merge "Adding support for showing predicted apps as a floating row in all-apps and overview" into ub-launcher3-qt-dev 2019-04-23 21:47:38 +00:00
res Rename launcher:iconSize attribute to prevent overriding material 2019-04-24 16:22:51 +00:00
robolectric_tests Annotating ignored tests with requests to enable them 2019-04-22 17:34:29 -07:00
src/com/android/launcher3 Rename launcher:iconSize attribute to prevent overriding material 2019-04-24 16:22:51 +00:00
src_build_config Moving autority definition to a separate file, so 2018-11-27 23:20:32 +00:00
src_flags/com/android/launcher3/config Make flags UI available on release build of launcher 2018-10-15 17:24:48 -04:00
src_plugins Add FirstScreenWidget plugin interface 2018-10-22 13:20:34 -07:00
src_shortcuts_overrides/com/android/launcher3 Removing ShortcutInfoCompat and directly using ShortcutInfo 2019-04-22 15:39:40 -07:00
src_ui_overrides/com/android/launcher3/uioverrides Removing SWIPE_HOME flag and using sysUI mode instead 2019-04-03 17:02:36 -07:00
tests Merge "Adding support for showing predicted apps as a floating row in all-apps and overview" into ub-launcher3-qt-dev 2019-04-23 21:47:38 +00:00
.gitignore FeatureFlag: quick scrub is now quick switch 2018-11-01 17:26:31 -04:00
Android.bp Making navigation mode listener a singleton so that the change is dispatched 2019-03-29 09:36:45 -07:00
Android.mk Move Launcher3GoIconRecents to /product partition and update local override package. 2019-04-23 19:35:50 +00:00
AndroidManifest-common.xml Switching swipe-up to overview to using test info provider 2019-03-15 11:42:06 -07:00
AndroidManifest.xml Merge "Fix grid options provider metadata" into ub-launcher3-master 2019-01-29 22:28:44 +00:00
CleanSpec.mk Revert "Revert "Move wallpaper picker code to a separate directory"" 2013-12-11 15:41:28 +01:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
build.gradle Follow frameworks_intermediates change in gradle 2019-03-15 13:39:00 -07:00
fill_screens.py Updating dialtacts to new package. 2012-08-21 13:35:10 -07:00
gradle.properties Using android Q sdk in gradle 2019-01-30 11:41:02 -08:00
print_db.py Tweaking print_db script to take grid size directly. 2015-09-14 11:51:41 -07:00
proguard.flags Fixing proguard to not warn about missing class in graphics package. 2018-11-15 13:38:35 -08:00
settings.gradle Create iconloader library 2018-11-02 14:18:45 -07:00