skyline/app/src/main/res/layout/on_screen_edit_mini_fab.xml
lynxnb 2bcf0e2abd Update themes and styles to Material Design 3
This commit transitions all layouts and views to the use the new stuff from MD3.
2023-03-22 21:57:50 +01:00

12 lines
571 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"
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" />