Merge "Add a content overlay for auto-enter w/o a source hint rect" into sc-dev am: 8b74cbbf96 am: 854122d6d4 am: 47dc7da52e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14102623

Change-Id: I4aaabd07083ef0c8a18a1557fe347a80e3f0428b
This commit is contained in:
Winson Chung
2021-05-18 20:22:03 +00:00
committed by Automerger Merge Worker
5 changed files with 59 additions and 8 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ public class Themes {
return getAttrColor(context, android.R.attr.colorAccent);
}
/** Returns the floating background color attribute. */
/** Returns the background color attribute. */
public static int getColorBackground(Context context) {
return getAttrColor(context, android.R.attr.colorBackground);
}