diff options
Diffstat (limited to 'app/src/main/res/layout/item_best_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_best_post.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_best_post.xml b/app/src/main/res/layout/item_best_post.xml index 4bd95542..5978957c 100644 --- a/app/src/main/res/layout/item_best_post.xml +++ b/app/src/main/res/layout/item_best_post.xml @@ -2,7 +2,8 @@ <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="16dp" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:id="@+id/card_view_view_post_detail"> <LinearLayout |