summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-09-23 15:12:46 -0700
committerClark Scheff <clark@cyngn.com>2014-09-25 14:18:01 -0700
commit885239ffdcf1538427226e582b0aee80ce920afd (patch)
tree97e18f054bb9611bebf24fce8b5d686d02fcf283 /res/drawable
parenteaeb49e8872e93e209b03917db08b56b0dbcf60b (diff)
downloadpackages_apps_ThemeChooser-885239ffdcf1538427226e582b0aee80ce920afd.tar.gz
packages_apps_ThemeChooser-885239ffdcf1538427226e582b0aee80ce920afd.tar.bz2
packages_apps_ThemeChooser-885239ffdcf1538427226e582b0aee80ce920afd.zip
Repurpose apply theme layout for deleting themes
The apply theme overlay is now the ConfirmCancelOverlay. It has been generalized so that it can be used for the delete theme confirmation overlay as well as the apply theme overlay. Change-Id: I9ea352291c44ba2fb453ea7325e3d8f0bce46fe4
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/apply_circle_bg.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/apply_circle_bg.xml b/res/drawable/apply_circle_bg.xml
index fa1a040..0ecea85 100644
--- a/res/drawable/apply_circle_bg.xml
+++ b/res/drawable/apply_circle_bg.xml
@@ -5,6 +5,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
- <solid android:color="@color/apply_layout_button_bg_color"/>
+ <solid android:color="@color/apply_overlay_button_bg_color"/>
</shape> \ No newline at end of file