added a temp widget icon

This commit is contained in:
2011-01-31 05:38:16 +00:00
parent 1ad7485edb
commit 1e5667d018
5 changed files with 7 additions and 7 deletions

View File

@@ -4,9 +4,9 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<Button
<ImageButton
android:id="@+id/widgetbutton"
android:text="Post"
android:background="@drawable/sign_post_icon_mod"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>