mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-18 21:36:49 -06:00
Fix hiding last element in messages (#1538)
This commit is contained in:
parent
b552dbc904
commit
dc90549b9d
@ -13,6 +13,8 @@
|
|||||||
android:id="@+id/messageTabRecycler"
|
android:id="@+id/messageTabRecycler"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:clipToPadding="false"
|
||||||
|
android:paddingBottom="64dp"
|
||||||
tools:listitem="@layout/item_message" />
|
tools:listitem="@layout/item_message" />
|
||||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user