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

Commit c452ca44 authored by elektroschmock's avatar elektroschmock Committed by Gerrit Code Review
Browse files

Make keyboard hints a better visible

Patch Set 1: User were complaining about not seeing the hints
             at bad light conditions. Change color of the hints to
             'holo_blue_light'

             Also fix QWERTZ keyboard hints in line three for 600dp and 768dp
             some of the hints were duplicated

Patch Set 2: Adjust hint color

Change-Id: Ied9440eccd9ee74e6a5ad38c339a8aa9219ea8ca
parent d5aecce3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@
        <item name="keyBackground">@drawable/btn_keyboard_key_ics</item>
        <item name="keyTextStyle">bold</item>
        <item name="keyTextInactivatedColor">#66E0E4E5</item>
        <item name="keyHintLetterColor">#80000000</item>
        <item name="keyHintLetterColor">#80E0E4E5</item>
        <item name="keyHintLabelColor">#A0FFFFFF</item>
        <item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
        <item name="keyShiftedLetterHintActivatedColor">#FFFFFFFF</item>
+56 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <Key
        latin:keyLabel="y"
        latin:keyHintLabel="&lt;"
        latin:additionalMoreKeys="&lt;"
        latin:moreKeys="!text/more_keys_for_y" />
    <Key
        latin:keyLabel="x"
        latin:keyHintLabel="&gt;"
        latin:additionalMoreKeys="&gt;" />
    <Key
        latin:keyLabel="c"
        latin:keyHintLabel="="
        latin:additionalMoreKeys="="
        latin:moreKeys="!text/more_keys_for_c" />
    <Key
        latin:keyLabel="v"
        latin:keyHintLabel=":"
        latin:additionalMoreKeys=":"
        latin:moreKeys="!text/more_keys_for_v" />
    <Key
        latin:keyLabel="b"
        latin:keyHintLabel=";"
        latin:additionalMoreKeys=";" />
    <Key
        latin:keyLabel="n"
        latin:keyHintLabel="("
        latin:additionalMoreKeys="("
        latin:moreKeys="!text/more_keys_for_n" />
    <Key
        latin:keyLabel="m"
        latin:keyHintLabel=")"
        latin:additionalMoreKeys=")" />
</merge>
+56 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <Key
        latin:keyLabel="y"
        latin:keyHintLabel="&lt;"
        latin:additionalMoreKeys="&lt;"
        latin:moreKeys="!text/more_keys_for_y" />
    <Key
        latin:keyLabel="x"
        latin:keyHintLabel="&gt;"
        latin:additionalMoreKeys="&gt;" />
    <Key
        latin:keyLabel="c"
        latin:keyHintLabel="="
        latin:additionalMoreKeys="="
        latin:moreKeys="!text/more_keys_for_c" />
    <Key
        latin:keyLabel="v"
        latin:keyHintLabel=":"
        latin:additionalMoreKeys=":"
        latin:moreKeys="!text/more_keys_for_v" />
    <Key
        latin:keyLabel="b"
        latin:keyHintLabel=";"
        latin:additionalMoreKeys=";" />
    <Key
        latin:keyLabel="n"
        latin:keyHintLabel="("
        latin:additionalMoreKeys="("
        latin:moreKeys="!text/more_keys_for_n" />
    <Key
        latin:keyLabel="m"
        latin:keyHintLabel=")"
        latin:additionalMoreKeys=")" />
</merge>