Files
Kotatsu/app/src/main/res/layout/navigation_rail_fab.xml

10 lines
411 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"
android:id="@+id/railFab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/_continue"
app:srcCompat="@drawable/ic_read" />