|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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"> |
7 | 7 |
|
8 | 8 | <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"> |
14 | 14 |
|
15 | 15 | <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="認証済み" /> |
22 | 22 |
|
23 | 23 | <Space
|
24 |
| - android:layout_width="match_parent" |
25 |
| - android:layout_height="24dp"/> |
| 24 | + android:layout_width="match_parent" |
| 25 | + android:layout_height="24dp" /> |
26 | 26 |
|
27 | 27 | <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" /> |
33 | 33 |
|
34 | 34 | <Space
|
35 |
| - android:layout_width="match_parent" |
36 |
| - android:layout_height="24dp"/> |
| 35 | + android:layout_width="match_parent" |
| 36 | + android:layout_height="24dp" /> |
37 | 37 |
|
38 | 38 | <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" /> |
44 | 44 |
|
45 | 45 | </LinearLayout>
|
46 | 46 |
|
|
0 commit comments