mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 18:05:28 +01:00
9 lines
398 B
XML
9 lines
398 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:id="@+id/status_bar"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="0dp"
|
||
|
android:background="@android:color/transparent"
|
||
|
android:elevation="@dimen/toolbar_elevation"
|
||
|
tools:ignore="UnusedAttribute" />
|