Loading java/res/drawable/ic_ime_switch.xml +5 −5 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp"> android:height="30dp" android:viewportHeight="30" android:viewportWidth="30" android:width="30dp"> <path android:fillColor="@color/e_keyboard_key_text" android:fillColor="@color/e_keyboard_key_enter_background" android:pathData="M12,14c1.66,0 2.99,-1.34 2.99,-3L15,5c0,-1.66 -1.34,-3 -3,-3S9,3.34 9,5v6c0,1.66 1.34,3 3,3zM17.3,11c0,3 -2.54,5.1 -5.3,5.1S6.7,14 6.7,11L5,11c0,3.41 2.72,6.23 6,6.72L11,21h2v-3.28c3.28,-0.48 6,-3.3 6,-6.72h-1.7z"/> </vector> java/src/com/android/inputmethod/latin/LatinIME.java +1 −0 Original line number Diff line number Diff line Loading @@ -883,6 +883,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen private void switchToSttIme() { if (isSttKeyboardActivated()) { android.widget.Toast.makeText(mDisplayContext, "STT activate", Toast.LENGTH_SHORT).show(); switchInputMethod(KEY_STT_KEYBOARD); } } Loading Loading
java/res/drawable/ic_ime_switch.xml +5 −5 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp"> android:height="30dp" android:viewportHeight="30" android:viewportWidth="30" android:width="30dp"> <path android:fillColor="@color/e_keyboard_key_text" android:fillColor="@color/e_keyboard_key_enter_background" android:pathData="M12,14c1.66,0 2.99,-1.34 2.99,-3L15,5c0,-1.66 -1.34,-3 -3,-3S9,3.34 9,5v6c0,1.66 1.34,3 3,3zM17.3,11c0,3 -2.54,5.1 -5.3,5.1S6.7,14 6.7,11L5,11c0,3.41 2.72,6.23 6,6.72L11,21h2v-3.28c3.28,-0.48 6,-3.3 6,-6.72h-1.7z"/> </vector>
java/src/com/android/inputmethod/latin/LatinIME.java +1 −0 Original line number Diff line number Diff line Loading @@ -883,6 +883,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen private void switchToSttIme() { if (isSttKeyboardActivated()) { android.widget.Toast.makeText(mDisplayContext, "STT activate", Toast.LENGTH_SHORT).show(); switchInputMethod(KEY_STT_KEYBOARD); } } Loading