Commit 30500f2 1 parent 6a3473d commit 30500f2 Copy full SHA for 30500f2
File tree 3 files changed +4
-4
lines changed
smartautoclicker/src/main/res/layout
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
android : id =" @+id/edit_action_layout"
48
48
android : layout_width =" match_parent"
49
49
android : layout_height =" wrap_content"
50
- android : layout_marginVertical =" @dimen/margin_horizontal_small" />
50
+ android : layout_marginBottom =" @dimen/margin_horizontal_small" />
51
51
52
52
<include layout =" @layout/include_input_field_text"
53
53
android : id =" @+id/edit_flags_layout"
59
59
android : id =" @+id/edit_component_name_layout"
60
60
android : layout_width =" match_parent"
61
61
android : layout_height =" wrap_content"
62
- android : layout_marginBottom =" @dimen/margin_horizontal_small " />
62
+ android : layout_marginBottom =" @dimen/margin_vertical_large " />
63
63
64
64
<com .google.android.material.card.MaterialCardView
65
65
android : id =" @+id/extras_card"
Original file line number Diff line number Diff line change 36
36
android : id =" @+id/edit_name_layout"
37
37
android : layout_width =" match_parent"
38
38
android : layout_height =" wrap_content"
39
- android : layout_marginVertical =" @dimen/margin_horizontal_small "
39
+ android : layout_marginVertical =" @dimen/margin_vertical_large "
40
40
android : hint =" @string/input_field_label_name"
41
41
app : endIconMode =" clear_text" />
42
42
Original file line number Diff line number Diff line change 46
46
android : id =" @+id/scenario_action_randomization"
47
47
android : layout_width =" match_parent"
48
48
android : layout_height =" wrap_content"
49
- android : layout_marginBottom =" @dimen/margin_horizontal_small "
49
+ android : layout_marginBottom =" @dimen/margin_vertical_large "
50
50
app : layout_constraintStart_toStartOf =" parent"
51
51
app : layout_constraintEnd_toEndOf =" parent"
52
52
app : layout_constraintTop_toBottomOf =" @id/scenario_name_field"
You can’t perform that action at this time.
0 commit comments