mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-24 02:45:21 +01:00
Initial commit retro music app
This commit is contained in:
parent
ab332473bc
commit
fe890632fd
932 changed files with 83126 additions and 0 deletions
12
app/src/main/res/layout/artist_sub_header.xml
Normal file
12
app/src/main/res/layout/artist_sub_header.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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"/>
|
Loading…
Add table
Add a link
Reference in a new issue