Metro/app/src/main/res/layout/mcab_toolbar.xml
2021-12-17 14:50:50 +05:30

8 lines
No EOL
396 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
android:elevation="@dimen/mcab_toolbar_elevation"
android:theme="@style/mcab_theme"
tools:ignore="UnusedAttribute" />