|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
|
3 | 3 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
4 | | - android:layout_width="match_parent" |
5 | | - android:layout_height="match_parent" |
6 | | - android:orientation="vertical" |
7 | | - android:fitsSystemWindows="true"> |
8 | | - |
9 | | -<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
10 | | - xmlns:tools="http://schemas.android.com/tools" |
11 | 4 | android:layout_width="match_parent" |
12 | 5 | android:layout_height="match_parent" |
13 | | - tools:context=".SignupActivity"> |
14 | | - |
15 | | - <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
16 | | - android:layout_width="match_parent" |
17 | | - android:layout_height="match_parent"> |
| 6 | + android:fitsSystemWindows="true" |
| 7 | + android:orientation="vertical"> |
18 | 8 |
|
19 | | - <android.support.design.widget.AppBarLayout |
| 9 | + <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 10 | + xmlns:tools="http://schemas.android.com/tools" |
20 | 11 | android:layout_width="match_parent" |
21 | | - android:layout_height="wrap_content" |
22 | | - android:theme="@style/MyMaterialTheme.AppBarOverlay"> |
| 12 | + android:layout_height="match_parent" |
| 13 | + tools:context=".SignupActivity"> |
23 | 14 |
|
24 | | - <include android:layout_height="wrap_content" |
| 15 | + <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
25 | 16 | android:layout_width="match_parent" |
26 | | - layout="@layout/toolbar" /> |
| 17 | + android:layout_height="match_parent"> |
| 18 | + |
| 19 | + <android.support.design.widget.AppBarLayout |
| 20 | + android:layout_width="match_parent" |
| 21 | + android:layout_height="wrap_content" |
| 22 | + android:theme="@style/MyMaterialTheme.AppBarOverlay"> |
| 23 | + |
| 24 | + <include |
| 25 | + layout="@layout/toolbar" |
| 26 | + android:layout_width="match_parent" |
| 27 | + android:layout_height="wrap_content" /> |
27 | 28 |
|
28 | | - </android.support.design.widget.AppBarLayout> |
| 29 | + </android.support.design.widget.AppBarLayout> |
29 | 30 |
|
30 | | - </ScrollView> |
| 31 | + </ScrollView> |
31 | 32 |
|
32 | | - <include layout="@layout/content_login" /> |
33 | | -</android.support.design.widget.CoordinatorLayout> |
| 33 | + <include layout="@layout/content_login" /> |
| 34 | + </android.support.design.widget.CoordinatorLayout> |
34 | 35 |
|
35 | 36 | </LinearLayout> |
0 commit comments