<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/holo_blue_light"
android:orientation="vertical"
android:padding="50dp"
tools:context="com.godoro.androoidspeech.SpeechRecognitionActivity">
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/speechRecognition"
android:textAlignment="center"
android:padding="50dp"
android:textSize="24sp"
android:textStyle="bold"/>
<Button
android:id="@+id/recognizeButton"
android:layout_width="match_parent"
android:layout_height="50dp"
android:text="@string/recognize" />
<ListView
android:id="@+id/recognizedsList"
android:layout_width="match_parent"
android:layout_height="215dp"
android:background="@android:color/background_light" />
</LinearLayout>
Dosyayı İndir