diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-02-21 14:54:22 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-02-21 14:54:22 +0100 |
commit | 8c8e7044c3758170d9d8ffcb2600c049a2d22f02 (patch) | |
tree | fdc9ae5ebef7e17d7ddcde8d8e3c9ee8302a6a2a /res/layout | |
parent | ef50c412c94bcff92ba88149d94e3e2449725cc4 (diff) | |
download | AntennaPod-8c8e7044c3758170d9d8ffcb2600c049a2d22f02.zip |
Removed layout margin from listview
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/organize_queue.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/organize_queue.xml b/res/layout/organize_queue.xml index 06da395d9..615853f6d 100644 --- a/res/layout/organize_queue.xml +++ b/res/layout/organize_queue.xml @@ -8,7 +8,6 @@ android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_margin="10dp" android:layout_weight="1" dslv:collapsed_height="2dp" dslv:drag_enabled="true" |