summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-11-16 22:04:55 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-11-16 22:04:55 +0100
commit8bf95b48dc08a1422934abfcdabb6aa77c367a3a (patch)
tree2202b14d0d6067b7e9a6286e38f40852a46d0fda
parent8b4834cf23ec6d427822bb9302205848dc020be4 (diff)
downloadAntennaPod-8bf95b48dc08a1422934abfcdabb6aa77c367a3a.zip
Move feed preferences above description section. closes #309
-rw-r--r--res/layout/feedinfo.xml33
1 files changed, 17 insertions, 16 deletions
diff --git a/res/layout/feedinfo.xml b/res/layout/feedinfo.xml
index e1c1c10a3..8dcf3ca85 100644
--- a/res/layout/feedinfo.xml
+++ b/res/layout/feedinfo.xml
@@ -97,22 +97,6 @@
</RelativeLayout>
<TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="8dp"
- android:layout_marginBottom="8dp"
- android:layout_marginTop="24dp"
- android:textSize="@dimen/text_size_medium"
- android:textColor="?android:attr/textColorPrimary"
- android:text="@string/description_label"/>
-
- <TextView
- android:id="@+id/txtvDescription"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="8dp"/>
-
- <TextView
android:id="@+id/txtvSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -132,6 +116,23 @@
android:text="@string/auto_download_label"
android:enabled="false"
android:textColor="?android:attr/textColorPrimary"/>
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="8dp"
+ android:layout_marginBottom="8dp"
+ android:layout_marginTop="24dp"
+ android:textSize="@dimen/text_size_medium"
+ android:textColor="?android:attr/textColorPrimary"
+ android:text="@string/description_label"/>
+
+ <TextView
+ android:id="@+id/txtvDescription"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_margin="8dp"/>
+
</LinearLayout>
</ScrollView>