Added a new now playing screen.

This commit is contained in:
Karim Abou Zeid 2016-04-09 19:03:43 +02:00
commit e4848e1dab
21 changed files with 1171 additions and 37 deletions

View 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" />