forked from organicmaps/organicmaps
[android] Fixed crash on Android 4.xx in night theme
This commit is contained in:
parent
3762d8decc
commit
e28def1507
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue