Browse Source

test logo usage with mipmap and pre-rendered icon

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/35/head
R4SAS 2 years ago
parent
commit
8938481432
  1. 2
      app/src/main/AndroidManifest.xml
  2. 2
      app/src/main/res/layout/activity_main.xml
  3. 0
      app/src/main/res/mipmap-anydpi-v26/ic_logo.xml
  4. BIN
      app/src/main/res/mipmap-hdpi/ic_logo.png
  5. BIN
      app/src/main/res/mipmap-mdpi/ic_logo.png
  6. BIN
      app/src/main/res/mipmap-xhdpi/ic_logo.png
  7. BIN
      app/src/main/res/mipmap-xxhdpi/ic_logo.png
  8. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_logo.png

2
app/src/main/AndroidManifest.xml

@ -15,7 +15,7 @@ @@ -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"

2
app/src/main/res/layout/activity_main.xml

@ -17,7 +17,7 @@ @@ -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"

0
app/src/main/res/drawable/ic_logo.xml → app/src/main/res/mipmap-anydpi-v26/ic_logo.xml

BIN
app/src/main/res/mipmap-hdpi/ic_logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save