Merge pull request #11357 from osmandapp/divider_fix_voice

Divider fix on speed limit in voice
This commit is contained in:
Vitaliy 2021-04-06 11:26:07 +03:00 committed by GitHub
commit 387de3925f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,15 +90,15 @@
android:layout="@layout/preference_switch"
android:title="@string/speak_poi" />
<Preference
android:layout="@layout/divider_half_item"
android:selectable="false" />
<PreferenceCategory
android:key="language_and_output"
android:layout="@layout/preference_category_with_descr"
android:title="@string/speak_speed_limit" />
<Preference
android:layout="@layout/simple_divider_item"
android:selectable="false" />
<SwitchPreferenceCompat
android:key="speak_speed_limit"
android:layout="@layout/preference_switch"