From 885239ffdcf1538427226e582b0aee80ce920afd Mon Sep 17 00:00:00 2001 From: Clark Scheff Date: Tue, 23 Sep 2014 15:12:46 -0700 Subject: 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 --- res/layout/customize_reset_theme_layout.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout/customize_reset_theme_layout.xml') diff --git a/res/layout/customize_reset_theme_layout.xml b/res/layout/customize_reset_theme_layout.xml index ca744ba..cd8a6cc 100644 --- a/res/layout/customize_reset_theme_layout.xml +++ b/res/layout/customize_reset_theme_layout.xml @@ -7,7 +7,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone" - android:background="@color/apply_layout_background"> + android:background="@color/apply_overlay_background"> -- cgit v1.2.3