mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-29 16:24:16 +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"
|
<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:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
style="?attr/floatingActionButtonSmallStyle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="4dp"
|
android:layout_margin="4dp"
|
||||||
app:ensureMinTouchTargetSize="false"
|
app:ensureMinTouchTargetSize="false"
|
||||||
app:fabSize="mini"
|
tools:ignore="ContentDescription,SpeakableTextPresentCheck,TouchTargetSizeCheck" />
|
||||||
app:shapeAppearance="@style/ShapeAppearance.Material3.Corner.ExtraLarge"
|
|
||||||
tools:ignore="ContentDescription" />
|
|
||||||
|
Loading…
Reference in New Issue
Block a user