mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-01-10 06:48:02 +00:00
test logo usage with mipmap and pre-rendered icon
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
140161d453
commit
8938481432
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@drawable/ic_logo"
|
android:icon="@mipmap/ic_logo"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:theme="@android:style/Theme.Holo.Light.DarkActionBar"
|
android:theme="@android:style/Theme.Holo.Light.DarkActionBar"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
android:id="@+id/mainLogo"
|
android:id="@+id/mainLogo"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="140dp"
|
android:layout_height="140dp"
|
||||||
android:src="@drawable/ic_logo" />
|
android:src="@mipmap/ic_logo" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
style="@android:style/Widget.Holo.Light.TextView.SpinnerItem"
|
style="@android:style/Widget.Holo.Light.TextView.SpinnerItem"
|
||||||
|
BIN
app/src/main/res/mipmap-hdpi/ic_logo.png
Normal file
BIN
app/src/main/res/mipmap-hdpi/ic_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_logo.png
Normal file
BIN
app/src/main/res/mipmap-mdpi/ic_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_logo.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/ic_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_logo.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/ic_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_logo.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/ic_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user