Tweak one cell widget layout

This commit is contained in:
Christopher Eby 2010-07-25 00:52:23 -05:00
parent 7879aa775a
commit 2f8679bb54

View File

@ -32,14 +32,14 @@
android:id="@+id/play_pause"
android:src="@drawable/hidden_play"
android:background="#0000"
android:layout_height="wrap_content"
android:layout_height="0px"
android:layout_width="fill_parent"
android:layout_weight="1" />
<ImageButton
android:id="@+id/next"
android:src="@drawable/hidden_next"
android:background="#0000"
android:layout_height="wrap_content"
android:layout_height="0px"
android:layout_width="fill_parent"
android:layout_weight="1" />
</LinearLayout>