<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">     <ImageView<br>
         android:id="@+id/cover"<br>
-        android:layout_width="64dp"<br>
-        android:layout_height="64dp"<br>
+        android:layout_width="48dp"<br>
+        android:layout_height="48dp"<br>
         android:layout_margin="10dp"<br>
         android:src="@drawable/cone" /><br>
</blockquote></div><br>Why reduce the cover size ? You could have just remove the margin instead (replace with android:layout_marginLeft="10dp"). The cover is fine for me @64dp without the margin.<br><br>Also we lack some spacing between the buttons, right now it's 5 - 10 - 5, so backward & forward are too close to play/stop.<br>
<br>