1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-01-09 14:28:03 +00:00

test logo usage with mipmap and pre-rendered icon

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-01-30 01:53:52 +03:00
parent 140161d453
commit 8938481432
8 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_logo"
android:icon="@mipmap/ic_logo"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:theme="@android:style/Theme.Holo.Light.DarkActionBar"

View File

@ -17,7 +17,7 @@
android:id="@+id/mainLogo"
android:layout_width="match_parent"
android:layout_height="140dp"
android:src="@drawable/ic_logo" />
android:src="@mipmap/ic_logo" />
<TextView
style="@android:style/Widget.Holo.Light.TextView.SpinnerItem"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB