Divider fix speed limit in voice

This commit is contained in:
androiddevkotlin 2021-04-06 11:24:25 +03:00
parent 336b2a8444
commit 04eaaaafa2

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"