skyline/app/src/main/res/layout/on_screen_edit_mini_fab.xml

11 lines
567 B
XML

<?xml version="1.0" encoding="utf-8"?>
<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"
tools:ignore="ContentDescription,SpeakableTextPresentCheck,TouchTargetSizeCheck" />