From f876301d0a460bec260a3c7a6ab260a06d5817ba Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 23 Sep 2014 16:22:10 -0700 Subject: UI Fixes > Adding a scrim to the longpress cling Bug: 17573777 High level design asks (very low-risk) > Changing the dialog to use device default theme > Updating screenpanel assets Change-Id: Ia0216b60fd8cd607d83a5e7c3d7e6c8255125eda --- res/layout-port/longpress_cling.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout-port') diff --git a/res/layout-port/longpress_cling.xml b/res/layout-port/longpress_cling.xml index d0f1ab712..8e35f5c1a 100644 --- a/res/layout-port/longpress_cling.xml +++ b/res/layout-port/longpress_cling.xml @@ -3,7 +3,8 @@ xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" android:id="@+id/longpress_cling" android:layout_width="match_parent" - android:layout_height="match_parent" > + android:layout_height="match_parent" + android:background="@color/cling_scrim_background" >