diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-08-07 11:35:18 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-08-07 11:35:18 +0200 |
commit | 05ad8fbfa3603ee538aebd05ec0b178f0ccb1e91 (patch) | |
tree | 32118fce44d3d09c62802a17bcd1a7a60944c192 /res/layout | |
parent | e14525a14fd86601c4a3e4091849b88e7c701243 (diff) | |
download | AntennaPod-05ad8fbfa3603ee538aebd05ec0b178f0ccb1e91.zip |
Removed ActionbarSherlock dependency
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/listview_activity.xml | 12 |
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 |