diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2014-10-17 00:17:34 +0400 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2014-10-17 00:17:34 +0400 |
| commit | 8f6ca0eec07c077269d97edaf9c89f2eaf3fc115 (patch) | |
| tree | b2b744b1f11435820f9be54e78b290f810ffd8ff /orgfoxttrss/src/main/res/menu/feed_menu.xml | |
| parent | 97cc96839d31b6cce59ec29a6681c6fe802552ee (diff) | |
rename main module
Diffstat (limited to 'orgfoxttrss/src/main/res/menu/feed_menu.xml')
| -rw-r--r-- | orgfoxttrss/src/main/res/menu/feed_menu.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/orgfoxttrss/src/main/res/menu/feed_menu.xml b/orgfoxttrss/src/main/res/menu/feed_menu.xml deleted file mode 100644 index fa7dac1f..00000000 --- a/orgfoxttrss/src/main/res/menu/feed_menu.xml +++ /dev/null @@ -1,27 +0,0 @@ -<menu xmlns:android="http://schemas.android.com/apk/res/android" > - - <item - android:id="@+id/browse_headlines" - android:title="@string/category_browse_headlines"/> - - <item - android:id="@+id/browse_articles" - android:title="@string/category_browse_articles"/> - - <item - android:id="@+id/browse_feeds" - android:title="@string/category_browse_feeds"/> - - <item - android:id="@+id/catchup_feed" - android:title="@string/catchup"/> - - <item - android:id="@+id/create_shortcut" - android:title="@string/place_shortcut"/> - - <item - android:id="@+id/unsubscribe_feed" - android:title="@string/unsubscribe"/> - -</menu>
\ No newline at end of file |