summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-04-26 22:34:49 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-04-27 05:35:28 -0700
commitda1dfa32d0dd56c8c9b4667ebd75d847329285b6 (patch)
tree5266bc8609e7ef5d6966d094f6a903254092b31d /proguard.flags
parent83519d3fb107aa2a02d3042219cdc994d8d7797d (diff)
downloadandroid_packages_apps_Trebuchet-da1dfa32d0dd56c8c9b4667ebd75d847329285b6.tar.gz
android_packages_apps_Trebuchet-da1dfa32d0dd56c8c9b4667ebd75d847329285b6.tar.bz2
android_packages_apps_Trebuchet-da1dfa32d0dd56c8c9b4667ebd75d847329285b6.zip
Creating a custom drawable to customize shadow.
> Fixing DrapTargetBar set to visible (with alpha = 0) in the start causing unnecessary draw Bug: 37616877 Change-Id: Iaaff96099910f504f6e2f81c9376ddacde50ff6a
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 6cbab08e2..2ad9cacf2 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -82,6 +82,10 @@
*;
}
+-keep class com.android.launcher3.graphics.ShadowDrawable {
+ public <init>(...);
+}
+
# Proguard will strip methods required for talkback to properly scroll to
# next row when focus is on the last item of last row when using a RecyclerView
# Keep optimized and shrunk proguard to prevent issues like this when using