mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 13:59:49 +02:00
Testing Paging 3 library.
This commit is contained in:
9
app/src/main/res/layout/activity_paging3_test.xml
Normal file
9
app/src/main/res/layout/activity_paging3_test.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".activities.Paging3TestActivity"
|
||||
android:id="@+id/recycler_view"
|
||||
app:layoutManager=".customviews.LinearLayoutManagerBugFixed" />
|
Reference in New Issue
Block a user