mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-19 03:06:50 -06:00
Fix jumping point in notes on refresh (#1898)
This commit is contained in:
parent
e9ba65f8f6
commit
a97039a727
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user