diff --git a/app/src/main/res/layout/dialog_stt.xml b/app/src/main/res/layout/dialog_stt.xml index bb061a2..5e33a73 100644 --- a/app/src/main/res/layout/dialog_stt.xml +++ b/app/src/main/res/layout/dialog_stt.xml @@ -24,7 +24,7 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/partialResultTextView" - android:layout_margin="8dp" android:gravity="center"/> + android:layout_margin="8dp" android:gravity="center" android:text="@string/not_understood"/> </LinearLayout> </FrameLayout> \ No newline at end of file