test logo usage with mipmap and pre-rendered icon
Signed-off-by: R4SAS <r4sas@i2pmail.org>pull/35/head
parent
140161d453
commit
8938481432
|
@ -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"
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue