1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-22 06:10:56 +00:00

Default widget icon

This commit is contained in:
M66B 2015-11-07 14:36:33 +01:00
parent b2b16f9b89
commit 7813f6d3ba

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>