Skip to content

Commit 30500f2

Browse files
committed
Fix margin on input fields
1 parent 6a3473d commit 30500f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

smartautoclicker/src/main/res/layout/content_intent_config_advanced.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
android:id="@+id/edit_action_layout"
4848
android:layout_width="match_parent"
4949
android:layout_height="wrap_content"
50-
android:layout_marginVertical="@dimen/margin_horizontal_small"/>
50+
android:layout_marginBottom="@dimen/margin_horizontal_small"/>
5151

5252
<include layout="@layout/include_input_field_text"
5353
android:id="@+id/edit_flags_layout"
@@ -59,7 +59,7 @@
5959
android:id="@+id/edit_component_name_layout"
6060
android:layout_width="match_parent"
6161
android:layout_height="wrap_content"
62-
android:layout_marginBottom="@dimen/margin_horizontal_small"/>
62+
android:layout_marginBottom="@dimen/margin_vertical_large"/>
6363

6464
<com.google.android.material.card.MaterialCardView
6565
android:id="@+id/extras_card"

smartautoclicker/src/main/res/layout/content_intent_config_simple.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
android:id="@+id/edit_name_layout"
3737
android:layout_width="match_parent"
3838
android:layout_height="wrap_content"
39-
android:layout_marginVertical="@dimen/margin_horizontal_small"
39+
android:layout_marginVertical="@dimen/margin_vertical_large"
4040
android:hint="@string/input_field_label_name"
4141
app:endIconMode="clear_text"/>
4242

smartautoclicker/src/main/res/layout/content_scenario_config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
android:id="@+id/scenario_action_randomization"
4747
android:layout_width="match_parent"
4848
android:layout_height="wrap_content"
49-
android:layout_marginBottom="@dimen/margin_horizontal_small"
49+
android:layout_marginBottom="@dimen/margin_vertical_large"
5050
app:layout_constraintStart_toStartOf="parent"
5151
app:layout_constraintEnd_toEndOf="parent"
5252
app:layout_constraintTop_toBottomOf="@id/scenario_name_field"

0 commit comments

Comments
 (0)