Add "Continue" FAB to navigation rail
This commit is contained in:
9
app/src/main/res/layout/navigation_rail_fab.xml
Normal file
9
app/src/main/res/layout/navigation_rail_fab.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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:theme="@style/ThemeOverlay.Material3.FloatingActionButton.Tertiary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:srcCompat="@drawable/ic_read" />
|
||||
Reference in New Issue
Block a user