Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 9d0c119

Browse files
authored
Reformatted Code
1 parent 0b3f6bb commit 9d0c119

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed
Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<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"
114
android:layout_width="match_parent"
125
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">
188

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"
2011
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">
2314

24-
<include android:layout_height="wrap_content"
15+
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
2516
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" />
2728

28-
</android.support.design.widget.AppBarLayout>
29+
</android.support.design.widget.AppBarLayout>
2930

30-
</ScrollView>
31+
</ScrollView>
3132

32-
<include layout="@layout/content_login" />
33-
</android.support.design.widget.CoordinatorLayout>
33+
<include layout="@layout/content_login" />
34+
</android.support.design.widget.CoordinatorLayout>
3435

3536
</LinearLayout>

0 commit comments

Comments
 (0)