[android] fix: Removed label on switch due to problems on some 4.x devices.

This commit is contained in:
Alexander Marchuk 2015-11-03 12:41:54 +03:00
parent 9d291ebfd7
commit 96502ad26a

View file

@ -3,7 +3,9 @@
android:persistent="false">
<SwitchPreference android:key="@string/pref_tts_enabled"
android:title="@string/pref_tts_enable_title"
android:summary="@string/pref_tts_enable_summary"/>
android:summary="@string/pref_tts_enable_summary"
android:switchTextOn=""
android:switchTextOff=""/>
<ListPreference android:key="@string/pref_tts_language"
android:title="@string/pref_tts_language_title"/>