New shadow + more infos songs and artists

This commit is contained in:
Karim Abou Zeid 2015-03-11 21:34:55 +01:00
commit b293123603
32 changed files with 272 additions and 179 deletions

View file

@ -15,13 +15,12 @@
android:src="@drawable/default_album_art"
android:transitionName="@string/transition_album_cover"/>
<LinearLayout
<View
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/footer"
android:layout_alignTop="@+id/progress_container"
android:background="@drawable/navigation_drawer_gradient"
android:orientation="vertical"/>
android:background="@drawable/shadow_up"/>
<LinearLayout
android:id="@+id/progress_container"
@ -90,6 +89,12 @@
</LinearLayout>
<View
android:layout_below="@id/footer"
android:layout_width="match_parent"
android:layout_height="5dp"
android:background="@drawable/shadow_down" />
<RelativeLayout
android:id="@+id/media_controller_container"
android:layout_width="match_parent"