summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-23 12:37:57 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-23 12:37:57 +0200
commitd191b7a735a40eb675672d7eaf7156b6cbe2bbb7 (patch)
treea0cf37eec6516a828290da1ffa5258a13b69c2c4 /res
parent5b28da28feda6c1d662be53ac1e7cbfa7c900dd1 (diff)
downloadAntennaPod-d191b7a735a40eb675672d7eaf7156b6cbe2bbb7.zip
Changed color of separator
Diffstat (limited to 'res')
-rw-r--r--res/layout/mediaplayer_activity.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/mediaplayer_activity.xml b/res/layout/mediaplayer_activity.xml
index f75e6b518..20617aa77 100644
--- a/res/layout/mediaplayer_activity.xml
+++ b/res/layout/mediaplayer_activity.xml
@@ -121,8 +121,8 @@
<View
android:layout_width="match_parent"
- android:layout_height="1dp"
+ android:layout_height="0.5dp"
android:layout_below="@id/viewpager"
- android:background="@color/bright_blue" />
+ android:background="@color/ics_gray" />
</RelativeLayout> \ No newline at end of file