Auxio/app/src/main/res/layout/item_header.xml
Alexander Capehart c9b1ab9068
all: reformat xml
2023-12-23 20:01:20 -07:00

9 lines
No EOL
392 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@android:id/title"
style="@style/Widget.Auxio.TextView.Header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorSurface"
tools:text="Songs" />