Created
May 20, 2017 05:27
-
-
Save kcochibili/87f2d8cb2256488bd8ba8ffe9002b6e8 to your computer and use it in GitHub Desktop.
simple TextToSpeech xml layouut
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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