mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-23 10:25:20 +01:00
12 lines
No EOL
451 B
XML
12 lines
No EOL
451 B
XML
<TextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingBottom="8dp"
|
|
android:paddingEnd="16dp"
|
|
android:paddingStart="72dp"
|
|
android:paddingTop="16dp"
|
|
android:text="@string/songs"
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
|
|
android:textColor="?attr/colorAccent"/> |