aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcasts.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-04-01 20:20:41 -0700
committerScott Jackson <daneren2005@gmail.com>2015-04-01 20:20:41 -0700
commit4ca3d01d32065c8415d4d69141634d00ac0f65fa (patch)
tree0be479bb2c0b823a9c4ef673c327f57f107fe1db /res/menu/select_podcasts.xml
parentb92cc3e2ac69ceb975f69a5183fb3741db6a2b1c (diff)
downloaddsub-4ca3d01d32065c8415d4d69141634d00ac0f65fa.tar.gz
dsub-4ca3d01d32065c8415d4d69141634d00ac0f65fa.tar.bz2
dsub-4ca3d01d32065c8415d4d69141634d00ac0f65fa.zip
Disable pull to refresh and add refresh button for TV layouts
Diffstat (limited to 'res/menu/select_podcasts.xml')
-rw-r--r--res/menu/select_podcasts.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/menu/select_podcasts.xml b/res/menu/select_podcasts.xml
index cd351a19..3fad1f84 100644
--- a/res/menu/select_podcasts.xml
+++ b/res/menu/select_podcasts.xml
@@ -13,6 +13,14 @@
android:title="@string/menu.add_podcast"
compat:showAsAction="always|withText"/>
+ <group android:id="@+id/tv">
+ <item
+ android:id="@+id/menu_refresh"
+ android:icon="?attr/refresh"
+ android:title="@string/menu.refresh"
+ compat:showAsAction="ifRoom|withText"/>
+ </group>
+
<item
android:id="@+id/menu_check"
android:title="@string/menu.check_podcasts"/>