summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2015-11-08 20:49:59 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2015-11-08 20:49:59 +0100
commit059ef16dc237d26861813cac3a43ba6723fd9556 (patch)
tree1e4043e615d869d2adcf62c3af1906f700af23e5 /app/src/main/res/layout
parent6184b7f30625aaff5448caed3683d99f2d8d1ba4 (diff)
downloadAntennaPod-059ef16dc237d26861813cac3a43ba6723fd9556.zip
Fix dialog colors
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/directory_chooser.xml2
-rw-r--r--app/src/main/res/layout/download_authentication_activity.xml2
-rw-r--r--app/src/main/res/layout/external_player_fragment.xml2
-rw-r--r--app/src/main/res/layout/feedinfo.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/directory_chooser.xml b/app/src/main/res/layout/directory_chooser.xml
index 93cd1c0d3..635a73cf4 100644
--- a/app/src/main/res/layout/directory_chooser.xml
+++ b/app/src/main/res/layout/directory_chooser.xml
@@ -78,7 +78,7 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@id/butNavUp"
- android:background="@color/bright_blue" />
+ android:background="@color/holo_blue_light" />
</RelativeLayout>
<ListView
diff --git a/app/src/main/res/layout/download_authentication_activity.xml b/app/src/main/res/layout/download_authentication_activity.xml
index b035f2516..27604973a 100644
--- a/app/src/main/res/layout/download_authentication_activity.xml
+++ b/app/src/main/res/layout/download_authentication_activity.xml
@@ -12,7 +12,7 @@
android:layout_alignParentTop="true"
android:textSize="@dimen/text_size_large"
android:layout_margin="16dp"
- android:textColor="@color/bright_blue"
+ android:textColor="@color/holo_blue_light"
android:textStyle="italic"/>
<TextView
diff --git a/app/src/main/res/layout/external_player_fragment.xml b/app/src/main/res/layout/external_player_fragment.xml
index f9608fafc..ef83baa17 100644
--- a/app/src/main/res/layout/external_player_fragment.xml
+++ b/app/src/main/res/layout/external_player_fragment.xml
@@ -13,7 +13,7 @@
<View
android:layout_width="match_parent"
android:layout_height="2dp"
- android:background="@color/bright_blue"/>
+ android:background="@color/holo_blue_light"/>
<LinearLayout
android:layout_width="match_parent"
diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml
index edae51847..2b49b4b35 100644
--- a/app/src/main/res/layout/feedinfo.xml
+++ b/app/src/main/res/layout/feedinfo.xml
@@ -46,7 +46,7 @@
android:layout_height="1dp"
android:layout_below="@id/imgvCover"
android:layout_marginTop="8dp"
- android:background="@color/bright_blue"/>
+ android:background="@color/holo_blue_light"/>
</RelativeLayout>
<ScrollView