mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-25 19:56:51 +01:00
Fix FABs being too big in OnScreenEditActivity
This commit is contained in:
parent
ab553c9671
commit
61c45e02c8
@ -2,10 +2,9 @@
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
style="?attr/floatingActionButtonSmallStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="4dp"
|
||||
app:ensureMinTouchTargetSize="false"
|
||||
app:fabSize="mini"
|
||||
app:shapeAppearance="@style/ShapeAppearance.Material3.Corner.ExtraLarge"
|
||||
tools:ignore="ContentDescription" />
|
||||
tools:ignore="ContentDescription,SpeakableTextPresentCheck,TouchTargetSizeCheck" />
|
||||
|
Loading…
Reference in New Issue
Block a user