summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-02-12 14:25:48 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-03-02 13:20:09 -0800
commitb29a5fa55ce3b84dd1829688db8522d5e68ffc44 (patch)
treefe21e0db577a62912dbda25a338646b14e5eadb6 /res/values
parentf454ded32c5273ca71538b3ae61467eabaf8bfd4 (diff)
downloadandroid_packages_apps_Trebuchet-b29a5fa55ce3b84dd1829688db8522d5e68ffc44.tar.gz
android_packages_apps_Trebuchet-b29a5fa55ce3b84dd1829688db8522d5e68ffc44.tar.bz2
android_packages_apps_Trebuchet-b29a5fa55ce3b84dd1829688db8522d5e68ffc44.zip
Adding support for hiding widgets from the widget tray and reconfiguring widgets
> Removing AppInfo target > Switching between uninstall and setup based on the drag view Bug: 63931362 Change-Id: Iccd6f965fa3d61992244a365efc242122292c0ca
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml2
-rw-r--r--res/values/drawables.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 6821b5906..3f727cf38 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -127,7 +127,7 @@
<!-- Accessibility actions -->
<item type="id" name="action_remove" />
<item type="id" name="action_uninstall" />
- <item type="id" name="action_info" />
+ <item type="id" name="action_reconfigure" />
<item type="id" name="action_add_to_workspace" />
<item type="id" name="action_move" />
<item type="id" name="action_move_to_workspace" />
diff --git a/res/values/drawables.xml b/res/values/drawables.xml
index fea17b153..1367174b1 100644
--- a/res/values/drawables.xml
+++ b/res/values/drawables.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<resources>
- <drawable name="ic_info_shadow">@drawable/ic_info_no_shadow</drawable>
+ <drawable name="ic_setup_shadow">@drawable/ic_setting</drawable>
<drawable name="ic_remove_shadow">@drawable/ic_remove_no_shadow</drawable>
<drawable name="ic_uninstall_shadow">@drawable/ic_uninstall_no_shadow</drawable>
</resources> \ No newline at end of file