From 2f8679bb546c5b34d855654891c0dfd99e4d10d1 Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Sun, 25 Jul 2010 00:52:23 -0500 Subject: [PATCH] Tweak one cell widget layout --- res/layout/one_cell_widget.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/one_cell_widget.xml b/res/layout/one_cell_widget.xml index 79577b92..3001bee2 100644 --- a/res/layout/one_cell_widget.xml +++ b/res/layout/one_cell_widget.xml @@ -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" />