This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 132
132
133
133
<CheckBox
134
134
android : id =" @+id/showPasswordCheckbox"
135
- android : layout_marginStart = " 5dp "
136
- style = " @style/settingsSwitch " />
135
+ style = " @style/checkbox "
136
+ android : layout_marginStart = " 5dp " />
137
137
138
138
</LinearLayout >
139
139
Original file line number Diff line number Diff line change 93
93
android : layout_above =" @+id/buttonsLayout" >
94
94
<CheckBox
95
95
android : id =" @+id/checkbox"
96
- android : layout_width =" wrap_content"
97
- android : layout_height =" match_parent"
98
- android : button =" @drawable/checkbox"
99
- android : layout_gravity =" center_horizontal"
100
- android : textSize =" @dimen/text_medium_size"
101
- android : text =" Checkbox"
96
+ style =" @style/checkbox"
102
97
tools : text =" Checkbox" />
103
98
</FrameLayout >
104
99
Original file line number Diff line number Diff line change 243
243
244
244
<!-- Prompt dialog -->
245
245
<dimen name =" prompt_dialog_width" >450dp</dimen >
246
- <dimen name =" prompt_dialog_height" >365dp </dimen >
246
+ <dimen name =" prompt_dialog_height" >375dp </dimen >
247
247
<dimen name =" prompt_dialog_padding_top" >20dp</dimen >
248
248
<dimen name =" prompt_dialog_padding_bottom" >42dp</dimen >
249
249
<dimen name =" prompt_dialog_padding_sides" >64dp</dimen >
Original file line number Diff line number Diff line change 297
297
298
298
<style name =" settingsSwitch" >
299
299
<item name =" android:layout_width" >wrap_content</item >
300
- <item name =" android:layout_height" >wrap_content </item >
300
+ <item name =" android:layout_height" >match_parent </item >
301
301
<item name =" android:switchMinWidth" >0dp</item >
302
302
<item name =" android:textOff" >""</item >
303
303
<item name =" android:textOn" >""</item >
304
304
<item name =" android:thumb" >@drawable/switch_thumb</item >
305
305
<item name =" android:track" >@drawable/switch_track</item >
306
306
</style >
307
307
308
+ <style name =" checkbox" >
309
+ <item name =" android:layout_width" >wrap_content</item >
310
+ <item name =" android:layout_height" >match_parent</item >
311
+ <item name =" android:button" >@drawable/checkbox</item >
312
+ <item name =" android:layout_gravity" >center_horizontal</item >
313
+ <item name =" android:textSize" >@dimen/text_medium_size</item >
314
+ <item name =" android:paddingStart" >5dp</item >
315
+ </style >
316
+
308
317
<style name =" settingsHelpButton" >
309
318
<item name =" android:layout_width" >20dp</item >
310
319
<item name =" android:layout_height" >20dp</item >
You can’t perform that action at this time.
0 commit comments