diff options
Diffstat (limited to 'app/src/main/res/layout/item_no_comment_placeholder.xml')
-rw-r--r-- | app/src/main/res/layout/item_no_comment_placeholder.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_no_comment_placeholder.xml b/app/src/main/res/layout/item_no_comment_placeholder.xml index 707243c6..a4d85501 100644 --- a/app/src/main/res/layout/item_no_comment_placeholder.xml +++ b/app/src/main/res/layout/item_no_comment_placeholder.xml @@ -2,7 +2,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="36dp" + android:layout_margin="36dp" android:orientation="vertical"> <ImageView |