OSDN Git Service

am f3b2fb76: Cosmetic: contract the music player\'s seekbar by a few pixels to give...
authorDaniel Sandler <dsandler@google.com>
Fri, 21 Aug 2009 14:08:57 +0000 (07:08 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Fri, 21 Aug 2009 14:08:57 +0000 (07:08 -0700)
Merge commit 'f3b2fb76c00c64877378bf87a9bb335cf636d5cf'

* commit 'f3b2fb76c00c64877378bf87a9bb335cf636d5cf':
  Cosmetic: contract the music player's seekbar by a few pixels to give the thumb some breathing room. (Related to b/2064664)

res/layout-finger/audio_player_common.xml

index 6e14f75..8297fa3 100644 (file)
@@ -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>