Beginning work on #42. SettingsAdapter has not been implemented
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user