remove margin in announcement list item
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/f0ffb61b Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/f0ffb61b Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/f0ffb61b Branch: refs/heads/master Commit: f0ffb61bcfc86d1ff63cdba5cc48f337f3352a69 Parents: 1672eed Author: Sagar <[email protected]> Authored: Fri Jun 3 23:30:14 2016 +0530 Committer: Sagar <[email protected]> Committed: Fri Jun 3 23:30:14 2016 +0530 ---------------------------------------------------------------------- app/src/main/res/layout/item_recyclerview.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/f0ffb61b/app/src/main/res/layout/item_recyclerview.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/layout/item_recyclerview.xml b/app/src/main/res/layout/item_recyclerview.xml index 3975ad6..f24425f 100644 --- a/app/src/main/res/layout/item_recyclerview.xml +++ b/app/src/main/res/layout/item_recyclerview.xml @@ -5,12 +5,6 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="5dp" - android:layout_marginEnd="10dp" - android:layout_marginLeft="10dp" - android:layout_marginRight="10dp" - android:layout_marginStart="10dp" - android:layout_marginTop="5dp" app:cardCornerRadius="2dp" app:cardElevation="2pt" >
