From ec6765122b67eca2dbb129c8643b4d9f6a43ac78 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Sun, 29 Mar 2015 15:46:05 +0200 Subject: [PATCH] introduce overlay_color --- res/layout/full_playback.xml | 4 ++-- res/layout/full_playback_alt.xml | 4 ++-- res/values/theme.xml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/res/layout/full_playback.xml b/res/layout/full_playback.xml index 309b0e23..51d36cb4 100644 --- a/res/layout/full_playback.xml +++ b/res/layout/full_playback.xml @@ -30,7 +30,7 @@ THE SOFTWARE. android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_gravity="top" - android:background="#a000" + android:background="@color/overlay_color" android:orientation="horizontal"> diff --git a/res/layout/full_playback_alt.xml b/res/layout/full_playback_alt.xml index a01ea123..495ff4b9 100644 --- a/res/layout/full_playback_alt.xml +++ b/res/layout/full_playback_alt.xml @@ -33,7 +33,7 @@ THE SOFTWARE. android:collapseColumns="0" android:stretchColumns="1" android:shrinkColumns="1" - android:background="#a000" + android:background="@color/overlay_color" android:paddingLeft="5dip" android:paddingRight="5dip"> @@ -134,7 +134,7 @@ THE SOFTWARE. android:layout_width="fill_parent" android:layout_gravity="bottom|left" android:layout_margin="0dip" - android:background="#a000" + android:background="@color/overlay_color" android:orientation="horizontal"> diff --git a/res/values/theme.xml b/res/values/theme.xml index a6a7e1be..de760f29 100644 --- a/res/values/theme.xml +++ b/res/values/theme.xml @@ -23,6 +23,7 @@ THE SOFTWARE. #f444 + #a000