Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Commit 7675ebc

Browse files
committed
[clean]xmlのフォーマット修正
1 parent 832aa17 commit 7675ebc

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

sdk-example-java/src/main/res/layout/activity_main.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
android:layout_width="match_parent"
5-
android:layout_height="match_parent"
6-
tools:context="jp.studyplus.android.sdk_example_kt.MainActivity">
3+
xmlns:tools="http://schemas.android.com/tools"
4+
android:layout_width="match_parent"
5+
android:layout_height="match_parent"
6+
tools:context="jp.studyplus.android.sdk_example_kt.MainActivity">
77

88
<LinearLayout
9-
android:layout_width="match_parent"
10-
android:layout_height="match_parent"
11-
android:gravity="center_horizontal"
12-
android:orientation="vertical"
13-
android:padding="24dp">
9+
android:layout_width="match_parent"
10+
android:layout_height="match_parent"
11+
android:gravity="center_horizontal"
12+
android:orientation="vertical"
13+
android:padding="24dp">
1414

1515
<TextView
16-
android:id="@+id/auth_status"
17-
android:layout_width="match_parent"
18-
android:layout_height="wrap_content"
19-
android:padding="8dp"
20-
android:textStyle="bold"
21-
tools:text="認証済み"/>
16+
android:id="@+id/auth_status"
17+
android:layout_width="match_parent"
18+
android:layout_height="wrap_content"
19+
android:padding="8dp"
20+
android:textStyle="bold"
21+
tools:text="認証済み" />
2222

2323
<Space
24-
android:layout_width="match_parent"
25-
android:layout_height="24dp"/>
24+
android:layout_width="match_parent"
25+
android:layout_height="24dp" />
2626

2727
<Button
28-
android:id="@+id/start_auth"
29-
android:layout_width="match_parent"
30-
android:layout_height="wrap_content"
31-
android:padding="8dp"
32-
android:text="@string/start_auth_button"/>
28+
android:id="@+id/start_auth"
29+
android:layout_width="match_parent"
30+
android:layout_height="wrap_content"
31+
android:padding="8dp"
32+
android:text="@string/start_auth_button" />
3333

3434
<Space
35-
android:layout_width="match_parent"
36-
android:layout_height="24dp"/>
35+
android:layout_width="match_parent"
36+
android:layout_height="24dp" />
3737

3838
<Button
39-
android:id="@+id/post_study_record"
40-
android:layout_width="match_parent"
41-
android:layout_height="wrap_content"
42-
android:padding="8dp"
43-
android:text="@string/post_study_record_button"/>
39+
android:id="@+id/post_study_record"
40+
android:layout_width="match_parent"
41+
android:layout_height="wrap_content"
42+
android:padding="8dp"
43+
android:text="@string/post_study_record_button" />
4444

4545
</LinearLayout>
4646

sdk-example-kt/src/main/res/layout/activity_main.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
android:layout_width="match_parent"
5-
android:layout_height="match_parent"
6-
tools:context="jp.studyplus.android.sdk_example_kt.MainActivity">
3+
xmlns:tools="http://schemas.android.com/tools"
4+
android:layout_width="match_parent"
5+
android:layout_height="match_parent"
6+
tools:context="jp.studyplus.android.sdk_example_kt.MainActivity">
77

88
<LinearLayout
9-
android:layout_width="match_parent"
10-
android:layout_height="match_parent"
11-
android:gravity="center_horizontal"
12-
android:orientation="vertical"
13-
android:padding="24dp">
9+
android:layout_width="match_parent"
10+
android:layout_height="match_parent"
11+
android:gravity="center_horizontal"
12+
android:orientation="vertical"
13+
android:padding="24dp">
1414

1515
<TextView
16-
android:id="@+id/auth_status"
17-
android:layout_width="match_parent"
18-
android:layout_height="wrap_content"
19-
android:padding="8dp"
20-
android:textStyle="bold"
21-
tools:text="認証済み"/>
16+
android:id="@+id/auth_status"
17+
android:layout_width="match_parent"
18+
android:layout_height="wrap_content"
19+
android:padding="8dp"
20+
android:textStyle="bold"
21+
tools:text="認証済み" />
2222

2323
<Space
24-
android:layout_width="match_parent"
25-
android:layout_height="24dp"/>
24+
android:layout_width="match_parent"
25+
android:layout_height="24dp" />
2626

2727
<Button
28-
android:id="@+id/start_auth"
29-
android:layout_width="match_parent"
30-
android:layout_height="wrap_content"
31-
android:padding="8dp"
32-
android:text="@string/start_auth_button"/>
28+
android:id="@+id/start_auth"
29+
android:layout_width="match_parent"
30+
android:layout_height="wrap_content"
31+
android:padding="8dp"
32+
android:text="@string/start_auth_button" />
3333

3434
<Space
35-
android:layout_width="match_parent"
36-
android:layout_height="24dp"/>
35+
android:layout_width="match_parent"
36+
android:layout_height="24dp" />
3737

3838
<Button
39-
android:id="@+id/post_study_record"
40-
android:layout_width="match_parent"
41-
android:layout_height="wrap_content"
42-
android:padding="8dp"
43-
android:text="@string/post_study_record_button"/>
39+
android:id="@+id/post_study_record"
40+
android:layout_width="match_parent"
41+
android:layout_height="wrap_content"
42+
android:padding="8dp"
43+
android:text="@string/post_study_record_button" />
4444

4545
</LinearLayout>
4646

0 commit comments

Comments
 (0)