[android] fix: Independent settings for 3D view and 3D buildings.

This commit is contained in:
Alexander Marchuk 2015-12-30 12:22:49 +03:00 committed by Daria Volvenkova
parent bd172e0ee5
commit b4cdfc11d1
2 changed files with 1 additions and 3 deletions

View file

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

View file

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