summaryrefslogtreecommitdiff
path: root/res/layout/feedinfo.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/feedinfo.xml
parentc75640d274ab47dc9d8b96ae15b5a4a273228313 (diff)
downloadAntennaPod-daea0d4e30ec9d55ab378cb99390428101a58669.zip
Moved text sizes into dimens file
Diffstat (limited to 'res/layout/feedinfo.xml')
-rw-r--r--res/layout/feedinfo.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/feedinfo.xml b/res/layout/feedinfo.xml
index a4912fd33..b018eabbe 100644
--- a/res/layout/feedinfo.xml
+++ b/res/layout/feedinfo.xml
@@ -25,7 +25,7 @@
android:layout_centerVertical="true"
android:layout_margin="4dp"
android:layout_toRightOf="@id/imgvCover"
- android:textSize="20dp"
+ android:textSize="@dimen/text_size_large"
android:textStyle="bold" />
<View