Added a new now playing screen.
This commit is contained in:
parent
3cc58e9764
commit
e4848e1dab
21 changed files with 1171 additions and 37 deletions
5
app/src/main/res/layout/shadow_toolbar.xml
Normal file
5
app/src/main/res/layout/shadow_toolbar.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?actionBarSize"
|
||||
android:background="@drawable/shadow_down" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue