summaryrefslogtreecommitdiffstats
path: root/res/layout/activity_artist_detail.xml
diff options
context:
space:
mode:
authorDave Kover <kover@cyngn.com>2016-05-05 15:26:49 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-05-05 15:26:49 -0700
commit3b61f11c719214ae3ecb06d18be12a9e08c28628 (patch)
treeb6c4c7ebcb6e69f25dae31b94a6b79f94790c8d5 /res/layout/activity_artist_detail.xml
parent09ec37d34c328e4c870acaffc94b8fb5b0f0e80d (diff)
parent0031ed83eb212cbbc79269742eb72a8c204911f1 (diff)
downloadandroid_packages_apps_Eleven-3b61f11c719214ae3ecb06d18be12a9e08c28628.tar.gz
android_packages_apps_Eleven-3b61f11c719214ae3ecb06d18be12a9e08c28628.tar.bz2
android_packages_apps_Eleven-3b61f11c719214ae3ecb06d18be12a9e08c28628.zip
Merge "Themes: Expose and separate values for themes" into cm-13.0
Diffstat (limited to 'res/layout/activity_artist_detail.xml')
-rw-r--r--res/layout/activity_artist_detail.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/activity_artist_detail.xml b/res/layout/activity_artist_detail.xml
index 79f0098..1670794 100644
--- a/res/layout/activity_artist_detail.xml
+++ b/res/layout/activity_artist_detail.xml
@@ -1,7 +1,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/background_color" >
+ android:background="@color/activity_artist_detail_background_color" >
<include
layout="@layout/loading_empty_container" />