diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_post.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_post.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_post.xml b/app/src/main/res/layout/fragment_post.xml index 263929d6..7862ba25 100644 --- a/app/src/main/res/layout/fragment_post.xml +++ b/app/src/main/res/layout/fragment_post.xml @@ -8,8 +8,7 @@ <androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:id="@+id/swipe_refresh_layout_post_fragment" android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@color/backgroundColor"> + android:layout_height="match_parent"> <androidx.recyclerview.widget.RecyclerView android:id="@+id/recycler_view_post_fragment" |