Enable opening TTS settings from MainActivity

This commit is contained in:
2020-05-07 22:35:06 +02:00
parent 53ebaee880
commit 4458bf66c2
2 changed files with 5 additions and 0 deletions

View File

@@ -44,5 +44,6 @@
android:id="@+id/ttsSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="openTTSSettings"
android:text="@string/main_activity_tts_settings" />
</LinearLayout>