From 222c414cf26c7400efe95b63223ad3c88db6540a Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Fri, 14 Dec 2018 17:42:21 +0100 Subject: [PATCH] remove unnecessary frame on stt dialog --- app/src/main/res/layout/dialog_stt.xml | 50 ++++++++++++-------------- 1 file changed, 22 insertions(+), 28 deletions(-) diff --git a/app/src/main/res/layout/dialog_stt.xml b/app/src/main/res/layout/dialog_stt.xml index 5e33a73..19af970 100644 --- a/app/src/main/res/layout/dialog_stt.xml +++ b/app/src/main/res/layout/dialog_stt.xml @@ -1,30 +1,24 @@ - - - - + - - - - - - \ No newline at end of file + android:layout_height="wrap_content" android:id="@+id/icStt" android:layout_margin="8dp" + android:contentDescription="@string/STT"/> + + + \ No newline at end of file