|
|
@ -5,7 +5,8 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
tools:context=".activities.CreateContentActivity" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_width="match_parent"> |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:fitsSystemWindows="true"> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
@ -38,6 +39,7 @@ |
|
|
|
android:id="@+id/subject_input" |
|
|
|
android:layout_width="240dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/appbar" |
|
|
|
android:hint="@string/subject"> |
|
|
|
|
|
|
|
<android.support.design.widget.TextInputEditText |
|
|
|