RetroMusicPlayer/app/src/main/res/layout/mcab_toolbar.xml

8 lines
396 B
XML
Raw Normal View History

<?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"
2021-12-17 14:50:50 +05:30
android:theme="@style/mcab_theme"
tools:ignore="UnusedAttribute" />