fix ViewThreadFragment layout on tablet

main
Conny Duck 5 years ago
parent d5d9af4fde
commit 0226329133
  1. 4
      app/src/main/res/layout-sw640dp/fragment_view_thread.xml

@ -8,13 +8,13 @@
android:id="@+id/swipeRefreshLayout"
android:layout_width="640dp"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"
android:background="?attr/window_background">
android:layout_gravity="center_horizontal">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/window_background"
android:scrollbars="vertical" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

Loading…
Cancel
Save