aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/bottom_app_bar.xml
blob: 7e55c2baf042531c29143aa0b7f6f68dc8c3f652 (plain) (tree)
1
2
3
4
5
6
7
8


                                                                                                                 
                                                   
                                       

                                        
                             



                                                
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.bottomappbar.BottomAppBar xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/bottom_app_bar_bottom_app_bar"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="bottom"
    android:visibility="gone"
    style="@style/Widget.Material3.BottomAppBar"
    app:hideOnScroll="true"
    app:fabAlignmentMode="end"
    app:menu="@menu/bottom_app_bar" />