[android] Added viator logo and theme attribute
BIN
android/res/drawable-hdpi/ic_logo_viator_dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
android/res/drawable-hdpi/ic_logo_viator_light.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
android/res/drawable-mdpi/ic_logo_viator_dark.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
android/res/drawable-mdpi/ic_logo_viator_light.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
android/res/drawable-xhdpi/ic_logo_viator_dark.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
android/res/drawable-xhdpi/ic_logo_viator_light.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
android/res/drawable-xxhdpi/ic_logo_viator_dark.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
android/res/drawable-xxhdpi/ic_logo_viator_light.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
android/res/drawable-xxxhdpi/ic_logo_viator_dark.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
android/res/drawable-xxxhdpi/ic_logo_viator_light.png
Normal file
After Width: | Height: | Size: 10 KiB |
|
@ -88,6 +88,7 @@
|
|||
<attr name="sponsoredGalleryMore" format="reference"/>
|
||||
|
||||
<attr name="cianLogo" format="reference"/>
|
||||
<attr name="viatorLogo" format="reference" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ThemeAttrs.NavButtons">
|
||||
|
|
|
@ -103,8 +103,8 @@
|
|||
<item name="tagBackground">@drawable/bg_tag</item>
|
||||
|
||||
<item name="sponsoredGalleryMore">@drawable/ic_sponsored_gallery_more</item>
|
||||
|
||||
<item name="cianLogo">@drawable/logo_cian_light</item>
|
||||
<item name="viatorLogo">@drawable/ic_logo_viator_light</item>
|
||||
</style>
|
||||
|
||||
<!-- Night theme -->
|
||||
|
@ -210,7 +210,7 @@
|
|||
<item name="tagBackground">@drawable/bg_tag_night</item>
|
||||
|
||||
<item name="sponsoredGalleryMore">@drawable/ic_sponsored_gallery_more_night</item>
|
||||
|
||||
<item name="cianLogo">@drawable/logo_cian_dark</item>
|
||||
<item name="viatorLogo">@drawable/ic_logo_viator_dark</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|