diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-12-23 20:44:26 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-12-23 20:44:26 -0800 |
commit | a68fdd6d6588c2c094b2a8e48badb12cbd3b497a (patch) | |
tree | aeeff957eac991947d8057002971f91861ba277f /res/menu | |
parent | 01d29911c7affa298800cf93f7d7015263eb788e (diff) | |
download | dsub-a68fdd6d6588c2c094b2a8e48badb12cbd3b497a.tar.gz dsub-a68fdd6d6588c2c094b2a8e48badb12cbd3b497a.tar.bz2 dsub-a68fdd6d6588c2c094b2a8e48badb12cbd3b497a.zip |
Abstract out a bunch of common functionality in fragments
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/select_genres.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/menu/select_genres.xml b/res/menu/select_genres.xml deleted file mode 100644 index 837b3534..00000000 --- a/res/menu/select_genres.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:compat="http://schemas.android.com/apk/res-auto"> - <item - android:id="@+id/menu_refresh" - android:icon="?attr/refresh" - android:title="@string/menu.refresh" - compat:showAsAction="always|withText"/> -</menu>
\ No newline at end of file |