File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
android : id =" @+id/textViewNegative"
13
13
android : layout_width =" wrap_content"
14
14
android : layout_height =" wrap_content"
15
- android : layout_marginLeft =" 16dp "
16
- android : layout_marginStart =" 16dp "
15
+ android : layout_marginLeft =" @dimen/stepper_side_control_margin_start "
16
+ android : layout_marginStart =" @dimen/stepper_side_control_margin_start "
17
17
android : text =" @string/stepper_text_negative"
18
18
android : textSize =" @dimen/stepper_side_control_text_size"
19
19
app : layout_constraintBottom_toBottomOf =" parent"
46
46
android : id =" @+id/textViewPositive"
47
47
android : layout_width =" wrap_content"
48
48
android : layout_height =" wrap_content"
49
- android : layout_marginEnd =" 16dp "
50
- android : layout_marginRight =" 16dp "
49
+ android : layout_marginEnd =" @dimen/stepper_side_control_margin_end "
50
+ android : layout_marginRight =" @dimen/stepper_side_control_margin_end "
51
51
android : text =" @string/stepper_text_positive"
52
52
android : textSize =" @dimen/stepper_side_control_text_size"
53
53
app : layout_constraintBottom_toBottomOf =" parent"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
3
<dimen name =" stepper_side_control_text_size" >20sp</dimen >
4
+ <dimen name =" stepper_side_control_margin_start" >16dp</dimen >
5
+ <dimen name =" stepper_side_control_margin_end" >16dp</dimen >
4
6
</resources >
You can’t perform that action at this time.
0 commit comments