Update dialog_stt.xml

This commit is contained in:
adrienmalin 2018-12-10 10:56:25 +01:00
parent 464cda09b9
commit 5a1fef3f69

View File

@ -24,7 +24,7 @@
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:id="@+id/partialResultTextView" 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> </LinearLayout>
</FrameLayout> </FrameLayout>