Music: Fix The artist of playing music is shown partly in Google Music when phone font size is Huge.
Need to reduce the top/bottom padding of the text area.
Change-Id: I365499dff05dd78c5cbac4b99a27fbebdb305c86
Author: Huaqian Chen <huaqiangx.chen@intel.com>
Signed-off-by: b359 <b359@borqs.com>
Signed-off-by: Shuo Gao <shuo.gao@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 52124
diff --git a/res/layout/nowplaying.xml b/res/layout/nowplaying.xml
index cb780bf..15ee78b 100644
--- a/res/layout/nowplaying.xml
+++ b/res/layout/nowplaying.xml
@@ -24,7 +24,9 @@
android:focusable="true"
android:visibility="gone"
android:background="@drawable/music_bottom_playback_bg"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:paddingTop="3dip"
+ android:paddingBottom="2dip">
<LinearLayout
android:layout_width="match_parent"