Implement basic framework for new Settings UI

This commit is contained in:
sigmabeta
2016-01-18 18:27:04 -05:00
parent e49f9b10a8
commit ce8a3d9bfb
36 changed files with 1508 additions and 831 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/list_settings"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>