mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-06 00:15:07 +01:00
Fix FABs ripple effect in OnScreenEditActivity
This commit is contained in:
parent
56f6f8a362
commit
281562ccdb
@ -5,6 +5,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:backgroundTint="?attr/colorPrimary"
|
app:backgroundTint="?attr/colorPrimary"
|
||||||
|
app:ensureMinTouchTargetSize="false"
|
||||||
|
android:layout_margin="4dp"
|
||||||
app:fabSize="mini"
|
app:fabSize="mini"
|
||||||
app:tint="@android:color/white"
|
app:tint="@android:color/white"
|
||||||
tools:ignore="ContentDescription" />
|
tools:ignore="ContentDescription" />
|
||||||
|
Loading…
Reference in New Issue
Block a user