[android] Added viator logo and theme attribute

This commit is contained in:
Александр Зацепин 2017-07-28 12:53:26 +03:00 committed by Arsentiy Milchakov
parent ec50c25eb0
commit 16731e8e1d
12 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -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">

View file

@ -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>