Tweak one cell widget layout
This commit is contained in:
parent
7879aa775a
commit
2f8679bb54
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user