Skip to content

Instantly share code, notes, and snippets.

@kcochibili
Created May 20, 2017 05:27
Show Gist options
  • Save kcochibili/87f2d8cb2256488bd8ba8ffe9002b6e8 to your computer and use it in GitHub Desktop.
Save kcochibili/87f2d8cb2256488bd8ba8ffe9002b6e8 to your computer and use it in GitHub Desktop.
simple TextToSpeech xml layouut
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<Button
android:id="@+id/talk_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Talk"
/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment