Beginning work on #42. SettingsAdapter has not been implemented

This commit is contained in:
amazing-username
2019-03-28 20:51:58 -04:00
parent 6775cc37ac
commit 4bb4450e11
7 changed files with 131 additions and 3 deletions
@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:background="@color/color_background"
tools:context=".activities.SettingsActivity">
@@ -21,6 +22,10 @@
</android.support.design.widget.AppBarLayout>
<include layout="@layout/content_settings" />
<include
android:id="@+id/include3"
layout="@layout/content_settings"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</android.support.design.widget.CoordinatorLayout>