1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <android .support.v7 .widget.LinearLayoutCompat
2
+ <androidx .appcompat .widget.LinearLayoutCompat
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : layout_width =" match_parent"
11
11
android : orientation =" vertical"
12
12
tools : listitem =" @layout/file_list_item" >
13
13
14
- <android .support.v4 .widget.NestedScrollView
14
+ <androidx .core .widget.NestedScrollView
15
15
android : layout_width =" match_parent"
16
16
android : layout_height =" wrap_content"
17
17
android : layout_weight =" 1" >
18
18
19
- <android .support.v7 .widget.LinearLayoutCompat
19
+ <androidx .appcompat .widget.LinearLayoutCompat
20
20
android : layout_width =" match_parent"
21
21
android : layout_height =" match_parent"
22
22
android : paddingBottom =" @dimen/activity_vertical_margin"
26
26
android : orientation =" vertical"
27
27
tools : listitem =" @layout/file_list_item" >
28
28
29
- <android .support.v7 .widget.RecyclerView
29
+ <androidx .recyclerview .widget.RecyclerView
30
30
android : id =" @+id/listView"
31
31
android : orientation =" vertical"
32
32
android : layout_width =" match_parent"
33
33
android : layout_height =" wrap_content"
34
34
android : layout_marginBottom =" @dimen/activity_vertical_margin" />
35
35
36
- <android .support.v7 .widget.AppCompatTextView
36
+ <androidx .appcompat .widget.AppCompatTextView
37
37
android : layout_width =" match_parent"
38
38
android : layout_height =" wrap_content"
39
39
android : textStyle =" bold"
44
44
android : layout_height =" wrap_content"
45
45
android : id =" @+id/modeRadio" >
46
46
47
- <android .support.v7 .widget.AppCompatRadioButton
47
+ <androidx .appcompat .widget.AppCompatRadioButton
48
48
android : layout_width =" wrap_content"
49
49
android : layout_height =" wrap_content"
50
50
android : text =" @string/label_single"
51
51
android : textColor =" #000000"
52
52
android : id =" @+id/singleRadio" />
53
53
54
- <android .support.v7 .widget.AppCompatRadioButton
54
+ <androidx .appcompat .widget.AppCompatRadioButton
55
55
android : layout_width =" wrap_content"
56
56
android : layout_height =" wrap_content"
57
57
android : text =" @string/label_multiple"
58
58
android : textColor =" #000000"
59
59
android : id =" @+id/multiRadio" />
60
60
</RadioGroup >
61
61
62
- <android .support.v7 .widget.AppCompatTextView
62
+ <androidx .appcompat .widget.AppCompatTextView
63
63
android : layout_width =" wrap_content"
64
64
android : layout_height =" wrap_content"
65
65
android : layout_marginTop =" @dimen/activity_vertical_margin"
71
71
android : layout_height =" wrap_content"
72
72
android : id =" @+id/typeRadio" >
73
73
74
- <android .support.v7 .widget.AppCompatRadioButton
74
+ <androidx .appcompat .widget.AppCompatRadioButton
75
75
android : layout_width =" wrap_content"
76
76
android : layout_height =" wrap_content"
77
77
android : text =" @string/label_file"
78
78
android : textColor =" #000000"
79
79
android : id =" @+id/selFile" />
80
80
81
- <android .support.v7 .widget.AppCompatRadioButton
81
+ <androidx .appcompat .widget.AppCompatRadioButton
82
82
android : id =" @+id/selDir"
83
83
android : layout_width =" wrap_content"
84
84
android : layout_height =" wrap_content"
85
85
android : text =" @string/label_directory"
86
86
android : textColor =" #000000" />
87
87
88
- <android .support.v7 .widget.AppCompatRadioButton
88
+ <androidx .appcompat .widget.AppCompatRadioButton
89
89
android : id =" @+id/selfilenddir"
90
90
android : layout_width =" wrap_content"
91
91
android : layout_height =" wrap_content"
92
92
android : textColor =" #000000"
93
93
android : text =" @string/label_files_and_directories" />
94
94
</RadioGroup >
95
95
96
- <android .support.v7 .widget.AppCompatTextView
96
+ <androidx .appcompat .widget.AppCompatTextView
97
97
android : layout_width =" match_parent"
98
98
android : layout_height =" wrap_content"
99
99
android : layout_marginTop =" @dimen/activity_vertical_margin"
100
100
android : text =" @string/label_extensions"
101
101
android : textStyle =" bold" />
102
102
103
- <android .support.v7 .widget.AppCompatEditText
103
+ <androidx .appcompat .widget.AppCompatEditText
104
104
android : id =" @+id/extensions"
105
105
android : layout_width =" match_parent"
106
106
android : layout_height =" wrap_content"
107
107
android : layout_marginTop =" @dimen/activity_vertical_margin"
108
108
android : hint =" @string/hint_extensions" />
109
109
110
- <android .support.v7 .widget.AppCompatTextView
110
+ <androidx .appcompat .widget.AppCompatTextView
111
111
android : layout_width =" wrap_content"
112
112
android : layout_height =" wrap_content"
113
113
android : layout_marginTop =" @dimen/activity_vertical_margin"
114
114
android : text =" @string/label_root_directory"
115
115
android : textStyle =" bold" />
116
116
117
- <android .support.v7 .widget.AppCompatEditText
117
+ <androidx .appcompat .widget.AppCompatEditText
118
118
android : layout_width =" match_parent"
119
119
android : layout_height =" wrap_content"
120
120
android : layout_marginTop =" @dimen/activity_vertical_margin"
121
121
android : hint =" @string/hint_root_dir"
122
122
android : id =" @+id/root" />
123
123
124
- <android .support.v7 .widget.AppCompatTextView
124
+ <androidx .appcompat .widget.AppCompatTextView
125
125
android : layout_width =" wrap_content"
126
126
android : layout_height =" wrap_content"
127
127
android : layout_marginTop =" @dimen/activity_vertical_margin"
128
128
android : text =" @string/label_offset_directory"
129
129
android : textStyle =" bold" />
130
130
131
- <android .support.v7 .widget.AppCompatEditText
131
+ <androidx .appcompat .widget.AppCompatEditText
132
132
android : layout_width =" match_parent"
133
133
android : layout_height =" wrap_content"
134
134
android : layout_marginTop =" @dimen/activity_vertical_margin"
135
135
android : hint =" @string/hint_offset"
136
136
android : id =" @+id/offset" />
137
- </android .support.v7 .widget.LinearLayoutCompat>
138
- </android .support.v4 .widget.NestedScrollView>
137
+ </androidx .appcompat .widget.LinearLayoutCompat>
138
+ </androidx .core .widget.NestedScrollView>
139
139
140
- <android .support.v7 .widget.LinearLayoutCompat
140
+ <androidx .appcompat .widget.LinearLayoutCompat
141
141
android : orientation =" horizontal"
142
142
android : layout_width =" match_parent"
143
143
android : layout_height =" wrap_content"
144
144
android : layout_alignParentBottom =" true"
145
145
android : layout_centerHorizontal =" true"
146
146
android : id =" @+id/linearlayout" >
147
147
148
- <android .support.v7 .widget.AppCompatButton
148
+ <androidx .appcompat .widget.AppCompatButton
149
149
android : layout_width =" 0dp"
150
150
android : layout_height =" wrap_content"
151
151
android : layout_weight =" 1"
152
152
android : text =" @string/label_apply"
153
153
android : id =" @+id/apply" />
154
154
155
- <android .support.v7 .widget.AppCompatButton
155
+ <androidx .appcompat .widget.AppCompatButton
156
156
android : layout_width =" 0dp"
157
157
android : layout_height =" wrap_content"
158
158
android : layout_weight =" 1"
159
159
android : text =" @string/show_dialog"
160
160
android : id =" @+id/show_dialog" />
161
- </android .support.v7 .widget.LinearLayoutCompat>
162
- </android .support.v7 .widget.LinearLayoutCompat>
161
+ </androidx .appcompat .widget.LinearLayoutCompat>
162
+ </androidx .appcompat .widget.LinearLayoutCompat>
0 commit comments