summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-08-07 11:35:18 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-08-07 11:35:18 +0200
commit05ad8fbfa3603ee538aebd05ec0b178f0ccb1e91 (patch)
tree32118fce44d3d09c62802a17bcd1a7a60944c192 /res/layout
parente14525a14fd86601c4a3e4091849b88e7c701243 (diff)
downloadAntennaPod-05ad8fbfa3603ee538aebd05ec0b178f0ccb1e91.zip
Removed ActionbarSherlock dependency
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/listview_activity.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/listview_activity.xml b/res/layout/listview_activity.xml
new file mode 100644
index 000000000..b276f506c
--- /dev/null
+++ b/res/layout/listview_activity.xml
@@ -0,0 +1,12 @@
+<?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