use main icon in about activity

This commit is contained in:
dkanada 2020-05-09 02:15:46 +09:00
commit 0a0b8039b1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

View file

@ -24,7 +24,7 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:src="@drawable/icon_web"
android:src="@mipmap/ic_launcher"
tools:ignore="ContentDescription" />
<TextView