summaryrefslogtreecommitdiffstats
path: root/res/layout/per_app_theme_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/per_app_theme_list.xml')
-rw-r--r--res/layout/per_app_theme_list.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/per_app_theme_list.xml b/res/layout/per_app_theme_list.xml
index be595c9..1feb993 100644
--- a/res/layout/per_app_theme_list.xml
+++ b/res/layout/per_app_theme_list.xml
@@ -34,14 +34,15 @@
android:elevation="10dp"
android:layout_marginLeft="@dimen/theme_list_side_margin"
android:layout_marginRight="@dimen/theme_list_side_margin"
- android:background="@drawable/per_app_theme_list_background"/>
+ android:background="@drawable/per_app_theme_list_background"
+ android:listSelector="@drawable/per_app_theme_list_item_background"/>
<TextView
android:id="@+id/applying_theme_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
- android:textColor="@color/per_app_theme_list_item_text_color"
+ android:textColor="@color/per_app_theme_applying_text_color"
android:text="@string/per_app_theme_applying"
android:textSize="16dp"
android:alpha="0"/>