mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-11 00:49:37 +00:00
Use a higher resolution app icon in the intro
This commit is contained in:
parent
1373a67ea0
commit
d40ebf0f67
3 changed files with 6 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 28 KiB |
|
@ -19,8 +19,9 @@
|
|||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="210dp"
|
||||
android:layout_height="210dp"
|
||||
android:layout_marginTop="60dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:src="@drawable/app_icon"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
@ -19,8 +19,9 @@
|
|||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="210dp"
|
||||
android:layout_height="210dp"
|
||||
android:layout_marginTop="60dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:src="@drawable/app_icon"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue