diff options
author | 2010-11-30 16:44:55 -0800 | |
---|---|---|
committer | 2010-11-30 16:44:55 -0800 | |
commit | be5f09f0988a374b27e42af514937de6748af3e3 (patch) | |
tree | 572f17e89c4323612f80e2d2e99599fb57250f3c /java/res/layout | |
parent | b30fa723f05a0065ba5a257cd0db32fcba621ddb (diff) | |
download | latinime-be5f09f0988a374b27e42af514937de6748af3e3.tar.gz latinime-be5f09f0988a374b27e42af514937de6748af3e3.tar.xz latinime-be5f09f0988a374b27e42af514937de6748af3e3.zip |
Integrating updated LatinIME assets
Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/recognition_status.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/recognition_status.xml b/java/res/layout/recognition_status.xml index 49af77360..ea2d9eefe 100644 --- a/java/res/layout/recognition_status.xml +++ b/java/res/layout/recognition_status.xml @@ -57,7 +57,7 @@ android:layout_width="wrap_content" android:layout_marginTop="20dip" android:layout_gravity="center_horizontal" - android:src="@drawable/mic_slash" + android:src="@drawable/mic_slash_holo" /> <ProgressBar android:id="@+id/progress" |