Add an acknowledgement page in settings.

This commit is contained in:
Alex Ning
2019-08-24 16:27:34 +08:00
parent 4a3266e689
commit 4d4e6165f0
14 changed files with 382 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/recycler_view_acknowledgement_fragment"
tools:context="Settings.AcknowledgementFragment"/>