From 332d5859615009bf6fefcf92dffd797c6490942d Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Sun, 25 Jul 2010 16:22:17 -0500 Subject: [PATCH] Populate the widget ImageView initially --- res/layout/four_square_widget.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/four_square_widget.xml b/res/layout/four_square_widget.xml index 8ef5aa03..0e7428ef 100644 --- a/res/layout/four_square_widget.xml +++ b/res/layout/four_square_widget.xml @@ -25,6 +25,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" + android:src="@drawable/black" android:adjustViewBounds="true" android:padding="5dip" android:background="#B2191919"