diff options
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/abstract_top_menu.xml | 2 | ||||
-rw-r--r-- | res/menu/empty.xml | 2 | ||||
-rw-r--r-- | res/menu/select_album.xml | 2 | ||||
-rw-r--r-- | res/menu/select_album_list.xml | 2 | ||||
-rw-r--r-- | res/menu/select_artist.xml | 2 | ||||
-rw-r--r-- | res/menu/select_podcast_episode.xml | 2 | ||||
-rw-r--r-- | res/menu/select_podcasts.xml | 2 | ||||
-rw-r--r-- | res/menu/select_song.xml | 2 | ||||
-rw-r--r-- | res/menu/user.xml | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/res/menu/abstract_top_menu.xml b/res/menu/abstract_top_menu.xml index c2575794..830b167c 100644 --- a/res/menu/abstract_top_menu.xml +++ b/res/menu/abstract_top_menu.xml @@ -7,7 +7,7 @@ android:title="@string/menu.search"
compat:showAsAction="always|withText"/>
- <group android:id="@+id/tv">
+ <group android:id="@+id/not_touchscreen">
<item
android:id="@+id/menu_refresh"
android:icon="?attr/refresh"
diff --git a/res/menu/empty.xml b/res/menu/empty.xml index 20a71d9b..eae036cf 100644 --- a/res/menu/empty.xml +++ b/res/menu/empty.xml @@ -2,7 +2,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:compat="http://schemas.android.com/apk/res-auto"> - <group android:id="@+id/tv"> + <group android:id="@+id/not_touchscreen"> <item android:id="@+id/menu_refresh" android:icon="?attr/refresh" diff --git a/res/menu/select_album.xml b/res/menu/select_album.xml index 627b213c..3d2228e8 100644 --- a/res/menu/select_album.xml +++ b/res/menu/select_album.xml @@ -19,7 +19,7 @@ android:title="@string/menu.shuffle" compat:showAsAction="ifRoom|withText"/> - <group android:id="@+id/tv"> + <group android:id="@+id/not_touchscreen"> <item android:id="@+id/menu_refresh" android:icon="?attr/refresh" diff --git a/res/menu/select_album_list.xml b/res/menu/select_album_list.xml index 68e2847e..a9196d1c 100644 --- a/res/menu/select_album_list.xml +++ b/res/menu/select_album_list.xml @@ -13,7 +13,7 @@ android:title="@string/menu.shuffle" compat:showAsAction="ifRoom|withText"/> - <group android:id="@+id/tv"> + <group android:id="@+id/not_touchscreen"> <item android:id="@+id/menu_refresh" android:icon="?attr/refresh" diff --git a/res/menu/select_artist.xml b/res/menu/select_artist.xml index dbbc781d..603f0a3b 100644 --- a/res/menu/select_artist.xml +++ b/res/menu/select_artist.xml @@ -13,7 +13,7 @@ android:title="@string/menu.search" compat:showAsAction="ifRoom|withText"/> - <group android:id="@+id/tv"> + <group android:id="@+id/not_touchscreen"> <item android:id="@+id/menu_refresh" android:icon="?attr/refresh" diff --git a/res/menu/select_podcast_episode.xml b/res/menu/select_podcast_episode.xml index 63259af3..65cb0555 100644 --- a/res/menu/select_podcast_episode.xml +++ b/res/menu/select_podcast_episode.xml @@ -2,7 +2,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:compat="http://schemas.android.com/apk/res-auto"> - <group android:id="@+id/tv"> + <group android:id="@+id/not_touchscreen"> <item android:id="@+id/menu_refresh" android:icon="?attr/refresh" diff --git a/res/menu/select_podcasts.xml b/res/menu/select_podcasts.xml index 3fad1f84..f30429ce 100644 --- a/res/menu/select_podcasts.xml +++ b/res/menu/select_podcasts.xml @@ -13,7 +13,7 @@ android:title="@string/menu.add_podcast" compat:showAsAction="always|withText"/> - <group android:id="@+id/tv"> + <group android:id="@+id/not_touchscreen"> <item android:id="@+id/menu_refresh" android:icon="?attr/refresh" diff --git a/res/menu/select_song.xml b/res/menu/select_song.xml index 4e3ae00d..fc4494cb 100644 --- a/res/menu/select_song.xml +++ b/res/menu/select_song.xml @@ -13,7 +13,7 @@ android:title="@string/menu.shuffle" compat:showAsAction="ifRoom|withText"/> - <group android:id="@+id/tv"> + <group android:id="@+id/not_touchscreen"> <item android:id="@+id/menu_refresh" android:icon="?attr/refresh" diff --git a/res/menu/user.xml b/res/menu/user.xml index 6e406b77..9c335cec 100644 --- a/res/menu/user.xml +++ b/res/menu/user.xml @@ -14,7 +14,7 @@ android:icon="?attr/password"
compat:showAsAction="always|withText"/>
- <group android:id="@+id/tv">
+ <group android:id="@+id/not_touchscreen">
<item
android:id="@+id/menu_refresh"
android:icon="?attr/refresh"
|