[Android] res: Only occupy one row of space

XilasZ xilasz at gmail.com
Sun Sep 9 09:58:31 CEST 2012


>      <ImageView
>          android:id="@+id/cover"
> -        android:layout_width="64dp"
> -        android:layout_height="64dp"
> +        android:layout_width="48dp"
> +        android:layout_height="48dp"
>          android:layout_margin="10dp"
>          android:src="@drawable/cone" />
>

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.

Also we lack some spacing between the buttons, right now it's 5 - 10 - 5,
so backward & forward are too close to play/stop.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20120909/38ff02f9/attachment.html>


More information about the Android mailing list