summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-01-25 00:34:33 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2016-01-25 00:34:33 +0100
commit3319dc7c0749e70dd5ec7e92e27646e9347898c6 (patch)
treec3aa9cb54137fbfc2b133bb0d7b98784f6295ebc /app/src/main/res
parent0eefa8c5412bf15c00fd83f318629377b4805c20 (diff)
downloadAntennaPod-3319dc7c0749e70dd5ec7e92e27646e9347898c6.zip
Remove palette
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/cover_fragment.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/layout/cover_fragment.xml b/app/src/main/res/layout/cover_fragment.xml
index 13cfb0add..9ad1ff9c6 100644
--- a/app/src/main/res/layout/cover_fragment.xml
+++ b/app/src/main/res/layout/cover_fragment.xml
@@ -5,8 +5,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/actionbar_gray">
+ android:layout_height="match_parent">
<ImageView
android:id="@+id/imgvCover"
@@ -37,7 +36,8 @@
android:gravity="center"
android:maxLines="2"
android:ellipsize="end"
- android:text="Podcast" />
+ android:text="Podcast"
+ android:textColor="?android:attr/textColorSecondary" />
</LinearLayout>
@@ -59,7 +59,8 @@
android:gravity="center"
android:maxLines="2"
android:ellipsize="end"
- android:text="Episode" />
+ android:text="Episode"
+ android:textColor="?android:attr/textColorPrimary" />
</LinearLayout>