11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <android .support.constraint .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" >
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" >
77
88 <LinearLayout
9- android : layout_width =" match_parent"
10- android : layout_height =" match_parent"
11- android : orientation = " vertical "
12- android : gravity = " center_horizontal "
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
47- </android .support.constraint .ConstraintLayout>
47+ </androidx .constraintlayout.widget .ConstraintLayout>
0 commit comments