We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9a59b commit f312d5cCopy full SHA for f312d5c
1 file changed
app/src/main/res/layout/fragment_scan.xml
@@ -174,11 +174,14 @@
174
<com.google.android.material.button.MaterialButton
175
android:id="@+id/selectButton"
176
android:layout_width="0dp"
177
- android:layout_height="wrap_content"
+ android:layout_height="56dp"
178
android:layout_weight="1"
179
+ android:gravity="center"
180
android:text="@string/button_select_media"
181
app:cornerRadius="@dimen/component_corner_medium"
182
app:icon="@drawable/ic_add_photo"
183
+ app:iconGravity="textStart"
184
+ app:iconPadding="8dp"
185
tools:ignore="TextContrastCheck,VisualLintButtonSize" />
186
</LinearLayout>
187
0 commit comments