Add a content overlay for auto-enter w/o a source hint rect

Bug: 184703546
Test: Swipe up from app with auto-enter but no source hint rect

Signed-off-by: Winson Chung <winsonc@google.com>
Change-Id: Ib6f03dc6b11d37c44d732c75adabf45d1795fefc
This commit is contained in:
Winson Chung
2021-04-06 22:54:40 -07:00
parent 4ff2f7697c
commit 8dbba26e76
5 changed files with 59 additions and 8 deletions

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);
}