New artist details activity [biography missing yet]

This commit is contained in:
Karim Abou Zeid 2015-03-14 21:10:07 +01:00
commit ef48e9305b
26 changed files with 664 additions and 486 deletions

View file

@ -1,17 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
android:elevation="3dp"
android:foreground="?rect_selector">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants"
android:layout_margin="4dp"
android:gravity="center"
android:orientation="vertical"
android:padding="4dp">
android:orientation="vertical">
<com.kabouzeid.gramophone.view.SquareImageView
android:id="@+id/album_art"
@ -53,10 +54,4 @@
</LinearLayout>
</LinearLayout>
<View
android:layout_margin="4dp"
android:background="?rect_selector"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>