Testing Paging 3 library.

This commit is contained in:
Alex Ning
2021-09-04 23:41:44 +08:00
parent f13012d21c
commit 6dc0521e8e
13 changed files with 4991 additions and 4 deletions

View File

@@ -34,7 +34,11 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">
<activity android:name=".activities.WikiActivity"
<activity
android:name=".activities.Paging3TestActivity"
android:exported="true" />
<activity
android:name=".activities.WikiActivity"
android:label="@string/wiki_activity_label"
android:parentActivityName=".activities.MainActivity"
android:theme="@style/AppTheme.Slidable" />