added lyrics page
This commit is contained in:
parent
98d04e048e
commit
a0d79d5751
31 changed files with 289 additions and 284 deletions
7
app/src/main/res/drawable/tab_indicator.xml
Normal file
7
app/src/main/res/drawable/tab_indicator.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:topLeftRadius="8dp"
|
||||
android:topRightRadius="8dp" />
|
||||
<solid android:color="@color/md_red_500" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue