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

Commit 499cea94 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Use revised Google Keyboard icon

Bug: 8159728
Change-Id: I458df60cb39f81cde3c08190af0ab08d304f9d98
parent 3e375863
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
    <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" />

    <application android:label="@string/english_ime_name"
            android:icon="@mipmap/ic_ime_settings"
            android:icon="@mipmap/ic_launcher_keyboard"
            android:killAfterRestore="false"
            android:supportsRtl="true">

@@ -56,7 +56,7 @@

        <activity android:name=".setup.SetupActivity"
                android:label="@string/english_ime_name"
                android:icon="@drawable/ic_setup_wizard"
                android:icon="@mipmap/ic_launcher_keyboard"
                android:launchMode="singleTop"
                android:clearTaskOnLaunch="true">
            <intent-filter>
@@ -127,7 +127,6 @@

        <activity android:name="com.android.inputmethod.dictionarypack.DictionarySettingsActivity"
                  android:label="@string/dictionary_settings_title"
                  android:icon="@mipmap/ic_ime_settings"
                  android:theme="@android:style/Theme.Holo"
                  android:uiOptions="splitActionBarWhenNarrow">
            <intent-filter>
@@ -137,7 +136,6 @@

        <activity android:name="com.android.inputmethod.dictionarypack.DownloadOverMeteredDialog"
                  android:label="@string/dictionary_install_over_metered_network_prompt"
                  android:icon="@mipmap/ic_ime_settings"
                  android:theme="@android:style/Theme.Holo">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
−702 B
Loading image diff...
−626 B
Loading image diff...
−737 B
Loading image diff...
−892 B
Loading image diff...
Loading