remove unnecessary frame on stt dialog
This commit is contained in:
		| @ -1,15 +1,11 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> | <?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" |         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_width="match_parent" | ||||||
|         android:layout_height="match_parent" |         android:layout_height="match_parent" | ||||||
|         tools:context=".SttDialog"> |         tools:context=".SttDialog"> | ||||||
|  |  | ||||||
|     <!-- TODO: Update blank fragment layout --> |  | ||||||
|     <LinearLayout |  | ||||||
|             android:orientation="vertical" |  | ||||||
|             android:layout_width="match_parent" |  | ||||||
|             android:layout_height="match_parent"> |  | ||||||
|     <ImageView |     <ImageView | ||||||
|             app:srcCompat="@drawable/ic_stt" |             app:srcCompat="@drawable/ic_stt" | ||||||
|             android:layout_width="match_parent" |             android:layout_width="match_parent" | ||||||
| @ -25,6 +21,4 @@ | |||||||
|             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:text="@string/not_understood"/> |             android:layout_margin="8dp" android:gravity="center" android:text="@string/not_understood"/> | ||||||
|     </LinearLayout> | </LinearLayout> | ||||||
|  |  | ||||||
| </FrameLayout> |  | ||||||
		Reference in New Issue
	
	Block a user