summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-13 23:52:30 +0100
committerByteHamster <info@bytehamster.com>2020-03-13 23:52:30 +0100
commit0ef66fef54da38f6d3b8c4eca128064a2b3c7d7b (patch)
treebb46365ba2143ea9e559de9d9e18cd722397aa72 /app/src/main/res
parent63222f38cc371375efa928045cb8bcbf02563de5 (diff)
downloadAntennaPod-0ef66fef54da38f6d3b8c4eca128064a2b3c7d7b.zip
Color tweaks
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/audio_controls.xml4
-rw-r--r--app/src/main/res/layout/nav_list.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/audio_controls.xml b/app/src/main/res/layout/audio_controls.xml
index cb2c72143..0033156dd 100644
--- a/app/src/main/res/layout/audio_controls.xml
+++ b/app/src/main/res/layout/audio_controls.xml
@@ -43,7 +43,7 @@
android:gravity="center"
android:text="-"
android:textStyle="bold"
- android:textColor="@color/status_progress"
+ android:textColor="?attr/colorAccent"
android:textSize="24sp"
android:background="?attr/selectableItemBackgroundBorderless" />
@@ -62,7 +62,7 @@
android:gravity="center"
android:text="+"
android:textStyle="bold"
- android:textColor="@color/status_progress"
+ android:textColor="?attr/colorAccent"
android:textSize="24sp"
android:background="?attr/selectableItemBackgroundBorderless" />
</LinearLayout>
diff --git a/app/src/main/res/layout/nav_list.xml b/app/src/main/res/layout/nav_list.xml
index 2d044f548..e2c6919d2 100644
--- a/app/src/main/res/layout/nav_list.xml
+++ b/app/src/main/res/layout/nav_list.xml
@@ -5,7 +5,7 @@
android:layout_width="@dimen/drawer_width"
android:layout_height="match_parent"
android:layout_gravity="start"
- android:background="?attr/nav_drawer_background"
+ android:background="?android:attr/windowBackground"
android:orientation="vertical">
<LinearLayout