Implement two pane layout in ViewPostDetailFragment to separate post detail and comments. Fix bugs related to separating CommentAndPostRecyclerViewAdapter.

This commit is contained in:
Alex Ning
2021-06-22 13:16:17 +08:00
parent e222fbc5b1
commit 11ec08c12f
6 changed files with 288 additions and 408 deletions

View File

@@ -13,9 +13,9 @@
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<ml.docilealligator.infinityforreddit.customviews.CustomToroContainer
android:id="@+id/recycler_view_view_post_detail_fragment"
android:id="@+id/post_detail_recycler_view_view_post_detail_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:paddingBottom="144dp"
android:clipToPadding="false" />