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

@ -2,18 +2,16 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="2dp">
android:layout_height="match_parent">
<ListView
android:listSelector="?rect_selector"
android:id="@+id/absList"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:dividerHeight="0px"
android:divider="@null"
android:dividerHeight="0dp"
android:listSelector="?rect_selector"
android:numColumns="@integer/grid_columns"
android:padding="2dp"
android:scrollbars="vertical"/>
</LinearLayout>