From cb56bf053c22b958bb819d11aa5391c18c7e8c70 Mon Sep 17 00:00:00 2001 From: Michael Kaiser Date: Tue, 8 Oct 2013 17:23:04 +0200 Subject: Add feed preference to include/exclude certain feeds from auto downloads --- res/layout/feedinfo.xml | 12 ++++++++++++ res/values/strings.xml | 1 + 2 files changed, 13 insertions(+) (limited to 'res') diff --git a/res/layout/feedinfo.xml b/res/layout/feedinfo.xml index b018eabbe..c146e5c25 100644 --- a/res/layout/feedinfo.xml +++ b/res/layout/feedinfo.xml @@ -93,6 +93,18 @@ android:layout_below="@id/txtvAuthor" android:layout_margin="8dp" android:layout_toRightOf="@id/center_divider" /> + + + Image of:\u0020 Save username and password Close + Include in auto downloads -- cgit v1.2.3 From cdd9a0dfdeef8d319063f844fce1e1722f7d9529 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Tue, 8 Oct 2013 23:22:04 +0200 Subject: Added settings and description label to FeedInfoActivity, improved layout --- res/layout/feedinfo.xml | 76 +++++++++++++++++++++++++++++++------------------ res/values/strings.xml | 2 ++ 2 files changed, 50 insertions(+), 28 deletions(-) (limited to 'res') diff --git a/res/layout/feedinfo.xml b/res/layout/feedinfo.xml index c146e5c25..e1c1c10a3 100644 --- a/res/layout/feedinfo.xml +++ b/res/layout/feedinfo.xml @@ -1,14 +1,14 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + android:gravity="center_vertical"> + android:layout_margin="4dp"/> + android:textStyle="bold" + android:textColor="?android:attr/textColorPrimary"/> + android:background="@color/bright_blue"/> + android:layout_weight="1"> + android:orientation="vertical"> + android:layout_marginBottom="16dp"> + android:layout_centerHorizontal="true"/> + android:textColor="?android:attr/textColorPrimary"/> + android:layout_toRightOf="@id/center_divider"/> + android:textColor="?android:attr/textColorPrimary"/> - - - + android:layout_toRightOf="@id/center_divider"/> + + + android:layout_margin="8dp"/> + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 19c8ae04d..a4c342ac4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -34,6 +34,7 @@ Cancel Author Language + Settings Cover Error An error occurred: @@ -41,6 +42,7 @@ No external storage is available. Please make sure that external storage is mounted so that the app can work properly. Chapters Shownotes + Description Most Recent Episode:\u0020 \u0020episodes Published:\u0020 -- cgit v1.2.3