blob: 7e55c2baf042531c29143aa0b7f6f68dc8c3f652 (
plain) (
tree)
|
|
<?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" />
|