Skip to content

Commit f312d5c

Browse files
author
doubleangels
committed
Improve spacing and size of UI elements
1 parent ce9a59b commit f312d5c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/src/main/res/layout/fragment_scan.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,14 @@
174174
<com.google.android.material.button.MaterialButton
175175
android:id="@+id/selectButton"
176176
android:layout_width="0dp"
177-
android:layout_height="wrap_content"
177+
android:layout_height="56dp"
178178
android:layout_weight="1"
179+
android:gravity="center"
179180
android:text="@string/button_select_media"
180181
app:cornerRadius="@dimen/component_corner_medium"
181182
app:icon="@drawable/ic_add_photo"
183+
app:iconGravity="textStart"
184+
app:iconPadding="8dp"
182185
tools:ignore="TextContrastCheck,VisualLintButtonSize" />
183186
</LinearLayout>
184187

0 commit comments

Comments
 (0)