Default widget icon

This commit is contained in:
M66B 2015-11-07 14:36:33 +01:00
parent b2b16f9b89
commit 7813f6d3ba
1 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@
<ImageView
android:id="@+id/ivEnabled"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:src="@android:drawable/ic_menu_help" />
</LinearLayout>