diff options
author | 2010-04-12 20:59:46 +0100 | |
---|---|---|
committer | 2010-04-12 21:02:27 +0100 | |
commit | f9d0f3a81ad4220672f90a8799a79e63e53c46d3 (patch) | |
tree | 3ffa8e876748711a74d2c906f3d0cfa2592f73cb /java/res | |
parent | c2b8c16bdf392c81785031483d21740c5e883046 (diff) | |
download | latinime-f9d0f3a81ad4220672f90a8799a79e63e53c46d3.tar.gz latinime-f9d0f3a81ad4220672f90a8799a79e63e53c46d3.tar.xz latinime-f9d0f3a81ad4220672f90a8799a79e63e53c46d3.zip |
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
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/recognition_status.xml | 3 |
1 files changed, 1 insertions, 2 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 @@ <ProgressBar android:id="@+id/progress" android:layout_height="60dip" android:layout_width="60dip" - android:layout_marginTop="20dip" - android:layout_gravity="center_horizontal" + android:layout_gravity="center" android:visibility="gone" android:indeterminate="true" android:indeterminateOnly="false" |