From 1e851f783ff02a5120b490f735cdf3f033ea5516 Mon Sep 17 00:00:00 2001 From: Rohit Yengisetty Date: Wed, 15 Oct 2014 11:55:34 -0700 Subject: Eleven : Changes to Album Detail page * increase margin on line 2 with stopwatch icon * increase the margins to the left and right of Song list (in line with Phase 2 look) https://cyanogen.atlassian.net/browse/MUSIC-101 https://cyanogen.atlassian.net/browse/MUSIC-102 Change-Id: I5a81ff31fb47166f982ba6139643dcc5b0b7c2b3 --- res/layout/activity_album_detail.xml | 10 ++++++---- res/layout/album_detail_song.xml | 7 ++++--- res/values/dimens.xml | 1 + 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/res/layout/activity_album_detail.xml b/res/layout/activity_album_detail.xml index 26b3ad6..dff83e2 100644 --- a/res/layout/activity_album_detail.xml +++ b/res/layout/activity_album_detail.xml @@ -54,7 +54,8 @@ android:fontFamily="sans-serif-light" android:textSize="@dimen/text_size_micro" android:textColor="@color/default_text_color" - android:visibility="gone" /> + android:visibility="gone" + android:layout_marginTop="4dp" /> @@ -76,7 +77,8 @@ android:singleLine="true" android:fontFamily="sans-serif-light" android:textSize="@dimen/text_size_micro" - android:textColor="@color/default_text_color" /> + android:textColor="@color/default_text_color" + android:layout_marginTop="4dp" /> - \ No newline at end of file + diff --git a/res/layout/album_detail_song.xml b/res/layout/album_detail_song.xml index e40d842..f3c660e 100644 --- a/res/layout/album_detail_song.xml +++ b/res/layout/album_detail_song.xml @@ -9,7 +9,8 @@ android:layout_alignParentRight="true" android:layout_centerVertical="true" android:gravity="center_vertical" - android:orientation="horizontal"> + android:orientation="horizontal" + android:layout_marginRight="@dimen/list_item_general_margin" > + android:layout_marginLeft="@dimen/list_item_general_margin" /> + android:layout_marginLeft="@dimen/list_item_general_margin" /> 10.0dip 2.0dip + 16.0dip 24.0dip 30.0dip 10.0dip -- cgit v1.2.3