diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-05-16 20:09:41 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-05-16 20:09:41 -0700 |
commit | 7182604e3f3cd9770264e9947696506c766434ee (patch) | |
tree | ad26e217d8e3b258f5770d40278787f975a97ae7 /subsonic-android/res/values/styles.xml | |
parent | 4614bb2d9151fef00d43ce9661dd4d48c4973f7c (diff) | |
parent | 876a297aeb31445957001f6e4d4fc159d8dccc4e (diff) | |
download | dsub-7182604e3f3cd9770264e9947696506c766434ee.tar.gz dsub-7182604e3f3cd9770264e9947696506c766434ee.tar.bz2 dsub-7182604e3f3cd9770264e9947696506c766434ee.zip |
Merge branch 'Fragments' of https://github.com/daneren2005/Subsonic
Diffstat (limited to 'subsonic-android/res/values/styles.xml')
-rw-r--r-- | subsonic-android/res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsonic-android/res/values/styles.xml b/subsonic-android/res/values/styles.xml index 2d53a8d9..4dcce34f 100644 --- a/subsonic-android/res/values/styles.xml +++ b/subsonic-android/res/values/styles.xml @@ -12,6 +12,7 @@ </style> <style name="PlaybackControl.Small" parent="@style/PlaybackControl"> + <item name="android:padding">4dip</item> <item name="android:layout_width">46dip</item> <item name="android:layout_height">46dip</item> </style> |