summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feedinfo.xml
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2016-01-26 17:32:11 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2016-01-26 17:32:11 -0500
commitb2a8e06ff8af727e5f21cfc3c110402c3753ab3c (patch)
tree020809e801b1ee91fd28e74bfbfc0146939f6d0d /app/src/main/res/layout/feedinfo.xml
parent056c1bf29a9ab54e6741685bd54ce7d777f34827 (diff)
parent7dfe4d5ed34ebc308b123138e582436a22bc95cf (diff)
downloadAntennaPod-b2a8e06ff8af727e5f21cfc3c110402c3753ab3c.zip
Merge pull request #1614 from TomHennen/exclude_auto_refresh
Added 'Keep Updated' option for Feeds
Diffstat (limited to 'app/src/main/res/layout/feedinfo.xml')
-rw-r--r--app/src/main/res/layout/feedinfo.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml
index efc367c8b..4b545e3cc 100644
--- a/app/src/main/res/layout/feedinfo.xml
+++ b/app/src/main/res/layout/feedinfo.xml
@@ -181,6 +181,17 @@
android:clickable="true" />
</android.support.v7.widget.GridLayout>
+ <CheckBox
+ android:id="@+id/cbxKeepUpdated"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
+ android:text="@string/keep_updated"
+ android:enabled="true"
+ android:textColor="?android:attr/textColorPrimary"
+ tools:background="@android:color/holo_red_light"
+ android:checked="true" />
+
<TextView
android:id="@+id/txtvAuthentication"
android:layout_width="match_parent"