Cosmetic: contract the music player's seekbar by a few pixels to give the thumb some breathing room. (Related to b/2064664)
diff --git a/res/layout-finger/audio_player_common.xml b/res/layout-finger/audio_player_common.xml
index 6e14f75..8297fa3 100644
--- a/res/layout-finger/audio_player_common.xml
+++ b/res/layout-finger/audio_player_common.xml
@@ -82,8 +82,8 @@
         style="?android:attr/progressBarStyleHorizontal"
         android:layout_width="fill_parent"
         android:layout_height="36dip"
-        android:paddingLeft="5dip"
-        android:paddingRight="5dip"
+        android:paddingLeft="8dip"
+        android:paddingRight="8dip"
         android:paddingBottom="4dip" />
 
 </merge>