Move source preferences to separate controller

This commit is contained in:
arkon
2020-06-05 09:50:30 -04:00
parent ec7297f8c2
commit 812fcec9f0
5 changed files with 218 additions and 86 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent" />