forked from organicmaps/organicmaps
[android] fix: Independent settings for 3D view and 3D buildings.
This commit is contained in:
parent
bd172e0ee5
commit
b4cdfc11d1
2 changed files with 1 additions and 3 deletions
|
@ -21,7 +21,6 @@
|
|||
<SwitchPreference
|
||||
android:key="@string/pref_3d_buildings"
|
||||
android:title="3D buildings"
|
||||
android:dependency="@string/pref_3d"
|
||||
android:switchTextOn=""
|
||||
android:switchTextOff=""/>
|
||||
</PreferenceScreen>
|
|
@ -16,6 +16,5 @@
|
|||
|
||||
<CheckBoxPreference
|
||||
android:key="@string/pref_3d_buildings"
|
||||
android:title="3D buildings"
|
||||
android:dependency="@string/pref_3d"/>
|
||||
android:title="3D buildings"/>
|
||||
</PreferenceScreen>
|
Loading…
Add table
Reference in a new issue