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
14
app/src/main/res/drawable/ic_launcher_nodpi.xml
Normal file
14
app/src/main/res/drawable/ic_launcher_nodpi.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<vector android:height="192dp" android:viewportHeight="24"
|
||||||
|
android:viewportWidth="24" android:width="192dp"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<path
|
||||||
|
android:pathData="m12,9.8425c-1.1866,0 -2.1575,0.9709 -2.1575,2.1575s0.9709,2.1575 2.1575,2.1575 2.1575,-0.9709 2.1575,-2.1575 -0.9709,-2.1575 -2.1575,-2.1575zM12,1c-6.072,0 -11,4.928 -11,11s4.928,11 11,11 11,-4.928 11,-11 -4.928,-11 -11,-11zM12,7.05c2.739,0 4.95,2.211 4.95,4.95s-2.211,4.95 -4.95,4.95 -4.95,-2.211 -4.95,-4.95 2.211,-4.95 4.95,-4.95z" android:strokeWidth="2.1575">
|
||||||
|
<aapt:attr name="android:fillColor">
|
||||||
|
<gradient android:endX="25.2" android:endY="25.1996"
|
||||||
|
android:startX="1" android:startY="0.99960005" android:type="linear">
|
||||||
|
<item android:color="#FFAA5CC3" android:offset="0"/>
|
||||||
|
<item android:color="#FF00A4DC" android:offset="1"/>
|
||||||
|
</gradient>
|
||||||
|
</aapt:attr>
|
||||||
|
</path>
|
||||||
|
</vector>
|
||||||
|
|
@ -16,10 +16,10 @@
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="100dp"
|
android:layout_height="180dp"
|
||||||
android:layout_marginTop="50dp"
|
android:layout_marginTop="40dp"
|
||||||
android:layout_marginBottom="50dp"
|
android:layout_marginBottom="40dp"
|
||||||
android:src="@mipmap/ic_launcher"
|
app:srcCompat="@drawable/ic_launcher_nodpi"
|
||||||
tools:ignore="ContentDescription" />
|
tools:ignore="ContentDescription" />
|
||||||
|
|
||||||
<com.google.android.material.textfield.TextInputLayout
|
<com.google.android.material.textfield.TextInputLayout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue