diff options
Diffstat (limited to 'app/src/main/res/layout/item_feeditem.xml')
-rwxr-xr-x[-rw-r--r--] | app/src/main/res/layout/item_feeditem.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/item_feeditem.xml b/app/src/main/res/layout/item_feeditem.xml index 0b3c944..2b78250 100644..100755 --- a/app/src/main/res/layout/item_feeditem.xml +++ b/app/src/main/res/layout/item_feeditem.xml @@ -4,16 +4,16 @@ xmlns:card_view="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:padding="15dp"> + android:layout_height="fill_parent"> <android.support.v7.widget.CardView android:id="@+id/filter_items_list" android:layout_gravity="center" android:layout_width="match_parent" android:layout_height="wrap_content" - card_view:cardElevation="4dp" - card_view:cardCornerRadius="4dp"> + android:layout_margin="15dp" + card_view:cardElevation="6dp" + card_view:cardCornerRadius="2dp"> <LinearLayout android:layout_width="match_parent" |