summaryrefslogtreecommitdiff
path: root/res/layout/player_widget.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-19 23:38:41 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-19 23:38:41 +0100
commitdaea0d4e30ec9d55ab378cb99390428101a58669 (patch)
treea5eb5c8336a75a5f81c5afcbdd7c1a004c64f3fc /res/layout/player_widget.xml
parentc75640d274ab47dc9d8b96ae15b5a4a273228313 (diff)
downloadAntennaPod-daea0d4e30ec9d55ab378cb99390428101a58669.zip
Moved text sizes into dimens file
Diffstat (limited to 'res/layout/player_widget.xml')
-rw-r--r--res/layout/player_widget.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/player_widget.xml b/res/layout/player_widget.xml
index 31a7ab2ec..4cf4f0da6 100644
--- a/res/layout/player_widget.xml
+++ b/res/layout/player_widget.xml
@@ -36,7 +36,7 @@
android:maxLines="1"
android:text="@string/no_media_playing_label"
android:textColor="@color/white"
- android:textSize="18dp"
+ android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<TextView