From f9d0f3a81ad4220672f90a8799a79e63e53c46d3 Mon Sep 17 00:00:00 2001 From: Valentin Kravtsov Date: Mon, 12 Apr 2010 20:59:46 +0100 Subject: [PATCH] Fix for: For Voice IME busy circle displayed below waveform bugfix for: http://b/issue?id=2568048 [Sapphire] ]For Voice IME busy circle displayed below waveform. STEPS TO REPRODUCE: 1. launch Calendar . -> Select menu -> New Event. 2. Switch soft keyboard to Number view. 3. Tap on mic symbol of to speak 4. Speak any word to enter in Text field . 5. Verify busy icon ( circular icon ) displayed in "working " screen. EXPECTED RESULTS: Busy circle should be displayed in center of waveform OBSERVED RESULTS: Busy circle displayed below waveform ADDITIONAL INFORMATION: Spoken word is enetering in text field correctly. Change-Id: I043ce6a985f526cade0e9f63525619a92d918485 --- java/res/layout/recognition_status.xml | 3 +-- .../src/com/android/inputmethod/voice/RecognitionView.java | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/java/res/layout/recognition_status.xml b/java/res/layout/recognition_status.xml index 1ec06ba9a..49af77360 100644 --- a/java/res/layout/recognition_status.xml +++ b/java/res/layout/recognition_status.xml @@ -63,8 +63,7 @@