diff options
Diffstat (limited to 'app/src/main/res/layout-sw600dp')
-rw-r--r-- | app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml b/app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml index dd7e1ac5..6d0beecc 100644 --- a/app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml +++ b/app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml @@ -22,9 +22,7 @@ android:id="@+id/post_detail_recycler_view_view_post_detail_fragment" android:layout_width="0dp" android:layout_height="match_parent" - android:layout_weight="1" - android:paddingBottom="144dp" - android:clipToPadding="false" /> + android:layout_weight="1" /> <androidx.recyclerview.widget.RecyclerView android:id="@+id/comments_recycler_view_view_post_detail_fragment" |