Populate the widget ImageView initially

This commit is contained in:
Christopher Eby 2010-07-25 16:22:17 -05:00
parent 338974def5
commit 332d585961

View File

@ -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"