From 3d76ea0465b4fecb119020e2069fadd0cdf41f0b Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Tue, 27 Jan 2015 16:28:35 +0100 Subject: [PATCH] Artist biography to big margin fix --- app/src/main/res/layout/item_artist_details_biography.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_artist_details_biography.xml b/app/src/main/res/layout/item_artist_details_biography.xml index 89a22e3c..2800ae5f 100644 --- a/app/src/main/res/layout/item_artist_details_biography.xml +++ b/app/src/main/res/layout/item_artist_details_biography.xml @@ -5,5 +5,5 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:fontFamily="sans-serif" - android:padding="32dp" + android:padding="16dp" android:textAppearance="@style/TextAppearance.AppCompat.Body1"/> \ No newline at end of file