summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/cover_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/cover_fragment.xml')
-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>