diff options
Diffstat (limited to 'res/layout/listview_activity.xml')
-rw-r--r-- | res/layout/listview_activity.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/res/layout/listview_activity.xml b/res/layout/listview_activity.xml deleted file mode 100644 index b276f506c..000000000 --- a/res/layout/listview_activity.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="vertical" - android:layout_width="match_parent" - android:layout_height="match_parent"> - <ListView - android:id="@+id/listview" - android:layout_width="match_parent" - android:layout_height="match_parent"/> - -</LinearLayout>
\ No newline at end of file |