summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-09-23 16:22:10 -0700
committerSunny Goyal <sunnygoyal@google.com>2014-09-23 16:33:26 -0700
commitf876301d0a460bec260a3c7a6ab260a06d5817ba (patch)
treee54558690386ca8fe92c32d3eba49ea8247e2066 /res/layout-port
parentd8f6253e67d23dcdcf521b0558f193ae832743b2 (diff)
downloadandroid_packages_apps_Trebuchet-f876301d0a460bec260a3c7a6ab260a06d5817ba.tar.gz
android_packages_apps_Trebuchet-f876301d0a460bec260a3c7a6ab260a06d5817ba.tar.bz2
android_packages_apps_Trebuchet-f876301d0a460bec260a3c7a6ab260a06d5817ba.zip
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
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/longpress_cling.xml3
1 files changed, 2 insertions, 1 deletions
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" >
<FrameLayout
android:id="@+id/cling_content"