File tree 1 file changed +6
-16
lines changed
1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change 15
15
android:text=" @string/download_from_server"
16
16
android:textAppearance=" ?android:attr/textAppearanceMedium" />
17
17
18
- <TextView
19
- android : layout_width =" wrap_content"
20
- android : layout_height =" wrap_content"
21
- android : text =" @string/custom_ca_import"
22
- android : textAppearance =" ?android:attr/textAppearanceMedium" />
18
+ <Button
19
+ android:id=" @+id/importButton"
20
+ android:layout_width=" match_parent"
21
+ android:layout_height=" wrap_content"
22
+ android:text=" @string/import_from_file"
23
+ android:textAppearance=" ?android:attr/textAppearanceMedium" />
23
24
24
- <LinearLayout
25
- android : layout_width =" match_parent"
26
- android : layout_height =" match_parent"
27
- android : orientation =" horizontal" >
28
- <Button
29
- android : id =" @+id/importButton"
30
- android : layout_width =" wrap_content"
31
- android : layout_height =" wrap_content"
32
- android : text =" @string/import_from_file" />
33
- </LinearLayout >
34
-
35
25
<TextView
36
26
android : layout_width =" wrap_content"
37
27
android : layout_height =" wrap_content"
You can’t perform that action at this time.
0 commit comments