remove unnecessary frame on stt dialog

This commit is contained in:
adrienmalin 2018-12-14 17:42:21 +01:00
parent 8879b6c6d2
commit 222c414cf2

View File

@ -1,15 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<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:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SttDialog">
<!-- TODO: Update blank fragment layout -->
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
app:srcCompat="@drawable/ic_stt"
android:layout_width="match_parent"
@ -26,5 +22,3 @@
android:layout_height="wrap_content" android:id="@+id/partialResultTextView"
android:layout_margin="8dp" android:gravity="center" android:text="@string/not_understood"/>
</LinearLayout>
</FrameLayout>