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

Commit 9cb19b1b authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Remove unused keyPreviewIcon attributes"

parents 3b8f2ece 6efe9ae1
Loading
Loading
Loading
Loading
−2.29 KiB
Loading image diff...
−846 B
Loading image diff...
−3.35 KiB
Loading image diff...
+0 −3
Original line number Diff line number Diff line
@@ -238,7 +238,6 @@
        <attr name="iconSpaceKeyForNumberLayout" format="reference" />
        <attr name="iconShiftKeyShifted" format="reference" />
        <attr name="iconShortcutKeyDisabled" format="reference" />
        <attr name="iconTabKeyPreview" format="reference" />
        <attr name="iconLanguageSwitchKey" format="reference" />
        <attr name="iconZwnjKey" format="reference" />
        <attr name="iconZwjKey" format="reference" />
@@ -331,8 +330,6 @@
        </attr>
        <!-- The icon for disabled key -->
        <attr name="keyIconDisabled" format="string" />
        <!-- The icon to show in the popup preview. -->
        <attr name="keyIconPreview" format="string" />
        <!-- The key style to specify a set of key attributes defined by <key_style/> -->
        <attr name="keyStyle" format="string" />
        <!-- Visual insets, in the proportion of keyboard width. -->
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
        <item name="iconSpaceKeyForNumberLayout">@drawable/sym_keyboard_space_holo_dark</item>
        <item name="iconShiftKeyShifted">@drawable/sym_keyboard_shift_locked_holo_dark</item>
        <item name="iconShortcutKeyDisabled">@drawable/sym_keyboard_voice_off_holo_dark</item>
        <item name="iconTabKeyPreview">@drawable/sym_keyboard_feedback_tab</item>
        <item name="iconLanguageSwitchKey">@drawable/sym_keyboard_language_switch_dark</item>
        <item name="iconZwnjKey">@drawable/sym_keyboard_zwnj_holo_dark</item>
        <item name="iconZwjKey">@drawable/sym_keyboard_zwj_holo_dark</item>
Loading