android: main: res: Add premium icon and fix folder size.
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 275 B |
BIN
src/android/app/src/main/res/drawable-hdpi/ic_premium.png
Normal file
After Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 214 B |
BIN
src/android/app/src/main/res/drawable-mdpi/ic_premium.png
Normal file
After Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 289 B |
BIN
src/android/app/src/main/res/drawable-night-hdpi/ic_premium.png
Normal file
After Width: | Height: | Size: 955 B |
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 227 B |
BIN
src/android/app/src/main/res/drawable-night-mdpi/ic_premium.png
Normal file
After Width: | Height: | Size: 595 B |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 347 B |
BIN
src/android/app/src/main/res/drawable-night-xhdpi/ic_premium.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 555 B |
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 576 B After Width: | Height: | Size: 657 B |
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 325 B |
BIN
src/android/app/src/main/res/drawable-xhdpi/ic_premium.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 487 B |
BIN
src/android/app/src/main/res/drawable-xxhdpi/ic_premium.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 591 B |
BIN
src/android/app/src/main/res/drawable-xxxhdpi/ic_premium.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
@ -4,6 +4,7 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/button_premium"
|
||||
android:icon="@drawable/ic_premium"
|
||||
android:title="@string/premium_text"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
|