From 651077bdd603bb182be039925fd17bdf0da15016 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Mon, 30 Jun 2014 14:15:31 -0700 Subject: Adding app widget restore support in Launcher3 for android L When the app is restored, it displays placeholders for all pending widgets. These placeholders can be moved and removed similar to a widget (size is fixed to what defined in backup). Once the system notifies the launcher of the new widget ids, the place holders are replaced with actual widgets. issue: 10779035 Change-Id: I68cbe4da01e9ca2978cb4471a7c645d2aa592055 --- res/values/colors.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/values/colors.xml') diff --git a/res/values/colors.xml b/res/values/colors.xml index d1d33a0f6..27a5b61ee 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -26,6 +26,7 @@ #20000000 #FCCC + #F48F #CCFFFFFF #A0000000 -- cgit v1.2.3