add high resolution icon for login page
This commit is contained in:
parent
decf43bd1c
commit
7f73a52b5e
2 changed files with 18 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue