aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-09-04 15:41:44 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-09-04 15:41:44 +0000
commit6dc0521e8e7e8ee366d7208d4d4edb3c07a3e735 (patch)
tree63cb425799c42bb1e27bc542c4fe8cf3684ea4ae /app/src/main/res
parentf13012d21c4634f325b766a45ea6bd96baea696a (diff)
downloadinfinity-for-reddit-6dc0521e8e7e8ee366d7208d4d4edb3c07a3e735.tar
infinity-for-reddit-6dc0521e8e7e8ee366d7208d4d4edb3c07a3e735.tar.gz
infinity-for-reddit-6dc0521e8e7e8ee366d7208d4d4edb3c07a3e735.tar.bz2
infinity-for-reddit-6dc0521e8e7e8ee366d7208d4d4edb3c07a3e735.tar.lz
infinity-for-reddit-6dc0521e8e7e8ee366d7208d4d4edb3c07a3e735.tar.xz
infinity-for-reddit-6dc0521e8e7e8ee366d7208d4d4edb3c07a3e735.tar.zst
infinity-for-reddit-6dc0521e8e7e8ee366d7208d4d4edb3c07a3e735.zip
Testing Paging 3 library.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_paging3_test.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_paging3_test.xml b/app/src/main/res/layout/activity_paging3_test.xml
new file mode 100644
index 00000000..e1313957
--- /dev/null
+++ b/app/src/main/res/layout/activity_paging3_test.xml
@@ -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" /> \ No newline at end of file