Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32c870b0 authored by Matheo Levallois's avatar Matheo Levallois
Browse files

test: change height, width and color for ic_ime_switch

parent b8170abf
Loading
Loading
Loading
Loading
+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>
+1 −0
Original line number Diff line number Diff line
@@ -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);
        }
    }