diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 12:13:04 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 12:13:04 +0300 |
| commit | 046aaae1ed5e1cf1c0b14d908bfbfb468c41af27 (patch) | |
| tree | 0c1c2a22dd244c6cddaf2c27190336930cb1bd50 /org.fox.ttrss/src/main/res/menu | |
| parent | abf6698d877bac87c95a8aa749a5ae363b15d74a (diff) | |
fix missing left/right margin on feedlist
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu')
| -rw-r--r-- | org.fox.ttrss/src/main/res/menu/context_category.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/context_category.xml b/org.fox.ttrss/src/main/res/menu/context_category.xml deleted file mode 100644 index 8f975c0a..00000000 --- a/org.fox.ttrss/src/main/res/menu/context_category.xml +++ /dev/null @@ -1,15 +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_feeds" - android:title="@string/category_browse_feeds"/> - - <item - android:id="@+id/catchup_category" - android:title="@string/catchup"/> - -</menu>
\ No newline at end of file |