summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-04-10 11:21:57 +0200
committerByteHamster <info@bytehamster.com>2020-04-11 11:59:13 +0200
commitcc946f44d739abbdf2160b2588c0bcc510a1823f (patch)
treeb434b3c54bf3475a04c81f6e5106d016370f9515 /app
parenta35ecaa74bd9392f9e7e513522aee8e1601e78cf (diff)
downloadAntennaPod-cc946f44d739abbdf2160b2588c0bcc510a1823f.zip
Make colors more consistent
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/directory_chooser.xml2
-rw-r--r--app/src/main/res/layout/subscription_item.xml2
-rw-r--r--app/src/main/res/layout/vertical_list_divider.xml9
3 files changed, 2 insertions, 11 deletions
diff --git a/app/src/main/res/layout/directory_chooser.xml b/app/src/main/res/layout/directory_chooser.xml
index 5b9269607..fbe5a3d19 100644
--- a/app/src/main/res/layout/directory_chooser.xml
+++ b/app/src/main/res/layout/directory_chooser.xml
@@ -109,7 +109,7 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@id/butNavUp"
- android:background="@color/holo_blue_light" />
+ android:background="?android:attr/dividerHorizontal" />
</RelativeLayout>
<ListView
diff --git a/app/src/main/res/layout/subscription_item.xml b/app/src/main/res/layout/subscription_item.xml
index 177608a54..43c3d99fa 100644
--- a/app/src/main/res/layout/subscription_item.xml
+++ b/app/src/main/res/layout/subscription_item.xml
@@ -37,7 +37,7 @@
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_alignParentTop="true"
- app:backgroundColor="@color/antennapod_blue"
+ app:backgroundColor="?attr/colorAccent"
app:corner="rightTop"
app:primaryText="Test"
app:primaryTextColor="@color/white"
diff --git a/app/src/main/res/layout/vertical_list_divider.xml b/app/src/main/res/layout/vertical_list_divider.xml
deleted file mode 100644
index 61739cbcd..000000000
--- a/app/src/main/res/layout/vertical_list_divider.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<View xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="1dp"
- android:layout_height="match_parent"
- android:layout_marginBottom="16dp"
- android:layout_marginTop="16dp"
- android:background="?android:attr/listDivider"
- tools:background="@android:color/holo_red_dark" />