<?xml version="1.0" encoding="utf-8"?>
|
<layout>
|
<com.google.android.material.appbar.AppBarLayout
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:theme="@style/AppTheme.AppBarOverlay">
|
|
<androidx.appcompat.widget.Toolbar
|
android:id="@+id/toolbar"
|
android:layout_width="match_parent"
|
android:layout_height="?attr/actionBarSize"
|
android:background="?attr/colorPrimary"
|
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
app:popupTheme="@style/AppTheme.NoActionBar.PopupOverlay"
|
app:titleTextAppearance="@style/Toolbar_TextAppearance_White"/>
|
</com.google.android.material.appbar.AppBarLayout>
|
</layout>
|