| | |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/top_title" |
| | | android:theme="@style/AppTheme.AppBarOverlay"> |
| | | |
| | | <androidx.appcompat.widget.Toolbar |
| | | android:id="@+id/toolbar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/actionbarsizehalf" |
| | | android:background="?attr/colorPrimary" |
| | | android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" |
| | | app:popupTheme="@style/AppTheme.NoActionBar.PopupOverlay" |
| | | app:titleTextAppearance="@style/Toolbar_TextAppearance_White"> |