[android] Fixed crash on Android 4.xx in night theme

This commit is contained in:
Александр Зацепин 2017-10-19 16:33:53 +03:00 committed by r.kuznetsov
parent 3762d8decc
commit e28def1507

View file

@ -224,5 +224,9 @@
<item name="viatorLogo">@drawable/ic_logo_viator_dark</item>
<item name="ratingButtonBackground">@drawable/bg_rating_button_night</item>
<!-- if don't override this attribute the app will be crashed on start on Android 4.xx,
because on old prelolipop devices vector drawables don't work correctly -->
<item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_mtrl_am_alpha</item>
</style>
</resources>