forked from organicmaps/organicmaps
Remove older themes properties for Android 4
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
parent
a100af742d
commit
9c1228e214
7 changed files with 0 additions and 13 deletions
Binary file not shown.
Before Width: | Height: | Size: 264 B |
Binary file not shown.
Before Width: | Height: | Size: 176 B |
Binary file not shown.
Before Width: | Height: | Size: 302 B |
Binary file not shown.
Before Width: | Height: | Size: 450 B |
Binary file not shown.
Before Width: | Height: | Size: 578 B |
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/abc_ic_ab_back_mtrl_am_alpha"
|
||||
android:autoMirrored="true">
|
||||
</bitmap>
|
|
@ -82,10 +82,6 @@
|
|||
|
||||
<item name="android:listDivider">@drawable/list_divider</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/back_arrow</item>
|
||||
|
||||
<item name="transitPedestrianBackground">@color/black_4</item>
|
||||
<item name="transitRulerBackground">@color/black_4</item>
|
||||
<item name="transitStepDivider">@drawable/dot_divider</item>
|
||||
|
@ -218,10 +214,6 @@
|
|||
|
||||
<item name="android:listDivider">@drawable/list_divider_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/back_arrow</item>
|
||||
|
||||
<item name="transitPedestrianBackground">@color/white_4</item>
|
||||
<item name="transitRulerBackground">@color/white_4</item>
|
||||
<item name="transitStepDivider">@drawable/dot_divider_night</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue