mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-21 09:25:21 +01:00
8 lines
418 B
XML
8 lines
418 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/ThemeOverlay.Material3.ActionBar"
|
||
|
tools:ignore="UnusedAttribute" />
|