aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/dialog_menu_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_menu_list.xml')
-rw-r--r--app/src/main/res/layout/dialog_menu_list.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/res/layout/dialog_menu_list.xml b/app/src/main/res/layout/dialog_menu_list.xml
deleted file mode 100644
index 324e18e0..00000000
--- a/app/src/main/res/layout/dialog_menu_list.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ListView
- android:id="@+id/listview_dialog_menu_list"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
-</FrameLayout>