am 43569e10: am 5f2e8c87: am 75a9f75a: Merge "Music: Fix The artist of playing music is shown partly in Google Music when phone font size is Huge."

* commit '43569e106aa378833fccb0e589767747c7c0e02f':
  Music: Fix The artist of playing music is shown partly in Google Music when phone font size is Huge.
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"