add high resolution icon for login page

This commit is contained in:
dkanada 2020-11-09 02:03:17 +09:00
commit 7f73a52b5e
2 changed files with 18 additions and 4 deletions

View file

@ -16,10 +16,10 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="50dp"
android:layout_marginBottom="50dp"
android:src="@mipmap/ic_launcher"
android:layout_height="180dp"
android:layout_marginTop="40dp"
android:layout_marginBottom="40dp"
app:srcCompat="@drawable/ic_launcher_nodpi"
tools:ignore="ContentDescription" />
<com.google.android.material.textfield.TextInputLayout