11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
4- xmlns : tools =" http://schemas.android.com/tools"
54 android : layout_width =" match_parent"
6- android : layout_height =" match_parent"
7- android : orientation =" vertical"
8- android : padding =" @dimen/dialogPadding" >
5+ android : layout_height =" match_parent" >
96
10- <cz .muni.fi.rpg.ui.views.TextInput
11- android : id =" @+id/nameInput"
12- android : layout_marginBottom =" 16dp"
13- android : maxLines =" 1"
7+ <LinearLayout
148 android : layout_width =" match_parent"
159 android : layout_height =" wrap_content"
16- app : inputLabel =" @string/label_skill_name" />
17-
18-
19- <cz .muni.fi.rpg.ui.views.TextInput
20- android : id =" @+id/descriptionInput"
21- android : layout_marginBottom =" 16dp"
22- android : minLines =" 3"
23- android : inputType =" textMultiLine"
24- android : layout_width =" match_parent"
25- android : layout_height =" wrap_content"
26- app : inputLabel =" @string/label_skill_description" />
27-
28-
29- <TextView
30- android : hint =" @string/label_skill_characteristic"
31- android : textSize =" 14sp"
32- android : layout_width =" match_parent"
33- android : layout_height =" wrap_content" />
34-
35- <com .google.android.material.chip.ChipGroup
36- android : id =" @+id/skillCharacteristic"
37- app : selectionRequired =" true"
38- app : singleSelection =" true"
39- android : layout_width =" match_parent"
40- android : layout_height =" wrap_content" />
41-
42- <com .google.android.material.checkbox.MaterialCheckBox
43- android : id =" @+id/skillAdvanced"
44- android : layout_width =" wrap_content"
45- android : layout_height =" wrap_content"
46- android : checked =" true"
47- android : text =" @string/label_skill_advanced"
48- app : switchPadding =" 4dp" />
49-
50- <cz .muni.fi.rpg.ui.views.TextInput
51- android : id =" @+id/advancesInput"
52- android : layout_width =" wrap_content"
53- android : layout_height =" wrap_content"
54- android : layout_marginTop =" 16dp"
55- android : inputType =" number"
56- android : maxLength =" 3"
57- app : inputLabel =" @string/label_skill_advances" />
58- </LinearLayout >
10+ android : orientation =" vertical"
11+ android : padding =" @dimen/dialogPadding" >
12+
13+ <cz .muni.fi.rpg.ui.views.TextInput
14+ android : id =" @+id/nameInput"
15+ android : layout_width =" match_parent"
16+ android : layout_height =" wrap_content"
17+ android : layout_marginBottom =" 16dp"
18+ android : maxLines =" 1"
19+ app : inputLabel =" @string/label_skill_name" />
20+
21+ <cz .muni.fi.rpg.ui.views.TextInput
22+ android : id =" @+id/descriptionInput"
23+ android : layout_width =" match_parent"
24+ android : layout_height =" wrap_content"
25+ android : layout_marginBottom =" 16dp"
26+ android : inputType =" textMultiLine"
27+ android : minLines =" 3"
28+ app : inputLabel =" @string/label_skill_description" />
29+
30+ <TextView
31+ android : layout_width =" match_parent"
32+ android : layout_height =" wrap_content"
33+ android : hint =" @string/label_skill_characteristic"
34+ android : textSize =" 14sp" />
35+
36+ <com .google.android.material.chip.ChipGroup
37+ android : id =" @+id/skillCharacteristic"
38+ android : layout_width =" match_parent"
39+ android : layout_height =" wrap_content"
40+ app : selectionRequired =" true"
41+ app : singleSelection =" true" />
42+
43+ <com .google.android.material.checkbox.MaterialCheckBox
44+ android : id =" @+id/skillAdvanced"
45+ android : layout_width =" wrap_content"
46+ android : layout_height =" wrap_content"
47+ android : checked =" true"
48+ android : text =" @string/label_skill_advanced"
49+ app : switchPadding =" 4dp" />
50+
51+ <cz .muni.fi.rpg.ui.views.TextInput
52+ android : id =" @+id/advancesInput"
53+ android : layout_width =" wrap_content"
54+ android : layout_height =" wrap_content"
55+ android : layout_marginTop =" 16dp"
56+ android : inputType =" number"
57+ android : maxLength =" 3"
58+ app : inputLabel =" @string/label_skill_advances" />
59+ </LinearLayout >
60+ </ScrollView >
0 commit comments