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

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

Merge "Remove unused auto correction led for spacebar feature"

parents d6fdd58c 2ddaf954
Loading
Loading
Loading
Loading
−322 B
Loading image diff...
−201 B
Loading image diff...
−381 B
Loading image diff...
+0 −2
Original line number Diff line number Diff line
@@ -72,8 +72,6 @@
    </declare-styleable>

    <declare-styleable name="MainKeyboardView">
        <attr name="autoCorrectionSpacebarLedEnabled" format="boolean" />
        <attr name="autoCorrectionSpacebarLedIcon" format="reference" />
        <!-- Size of the text for spacebar language label, in the proportion of key height. -->
        <attr name="languageOnSpacebarTextRatio" format="fraction" />
        <attr name="languageOnSpacebarTextColor" format="color" />
+0 −2
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@
        <item name="gestureFloatingPreviewColor">@color/gesture_floating_preview_color_holo</item>
        <item name="gestureTrailColor">@color/highlight_color_ics</item>
        <item name="slidingKeyInputPreviewColor">@color/highlight_translucent_color_ics</item>
        <item name="autoCorrectionSpacebarLedEnabled">false</item>
        <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item>
        <item name="languageOnSpacebarTextColor">@color/spacebar_text_color_holo</item>
        <item name="languageOnSpacebarTextShadowRadius">1.0</item>
        <item name="languageOnSpacebarTextShadowColor">@color/spacebar_text_shadow_color_holo</item>
Loading