1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-19 00:36:48 -06:00

Fix jumping point in notes on refresh (#1898)

This commit is contained in:
Rafał Borcz 2022-06-19 21:04:05 +02:00 committed by GitHub
parent e9ba65f8f6
commit a97039a727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,9 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/noteRecycler"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
tools:itemCount="4"
tools:listitem="@layout/item_note" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
<LinearLayout

View File

@ -54,7 +54,7 @@
<TextView
android:id="@+id/noteItemPoints"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:textSize="16sp"