Mercury-IM/app/src/main/res/layout/view_toolbar_top.xml

8 lines
339 B
XML

<androidx.appcompat.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools"
android:background="?attr/colorPrimary"
tools:menu="@menu/menu_main" />