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

Commit a3919424 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Update "Change keyboard" settings UI.

Bug: 25752812
Change-Id: Ie498ee2cba9e34269e0d70797d0c86c32ae546a2
parent de2374cb
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -70,24 +70,24 @@
                android:orientation="vertical"
                android:paddingBottom="5dp"
                android:paddingStart="?attr/listPreferredItemPaddingStart"
                android:paddingEnd="0dp"
                android:paddingTop="5dp" >
                android:paddingEnd="16dp"
                android:paddingTop="16dp" >

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:singleLine="true"
                    android:text="@string/hardware"
                    android:textAppearance="?attr/textAppearanceMedium"
                    android:textColor="?attr/textColorAlertDialogListItem" />
                    android:textAppearance="?attr/textAppearanceListItem"
                    android:ellipsize="marquee" />

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:singleLine="true"
                    android:maxLines="10"
                    android:text="@string/show_ime"
                    android:textAppearance="?attr/textAppearanceSmall"
                    android:textColor="?attr/textColorAlertDialogListItem" />
                    android:textAppearance="?attr/textAppearanceListItemSecondary"
                    android:textColor="?attr/textColorSecondary" />
            </LinearLayout>

            <Switch
+4 −4
Original line number Diff line number Diff line
@@ -2924,10 +2924,10 @@
    <!-- Title of a button to open the settings to enable or disable keyboards, also known as input methods [CHAR LIMIT=30] -->
    <string name="configure_input_methods">Choose keyboards</string>
    <!-- Summary text of a toggle switch to enable/disable use of the IME while a physical
         keyboard is connected[CHAR LIMIT=25] -->
    <string name="show_ime">Show input method</string>
    <!-- Title of the physical keyboard category in the input method selector [CHAR LIMIT=10] -->
    <string name="hardware">Hardware</string>
         keyboard is connected -->
    <string name="show_ime">Keep it on screen while physical keyboard is active</string>
    <!-- Title of the physical keyboard category in the input method selector [CHAR LIMIT=30] -->
    <string name="hardware">Show virtual keyboard</string>

    <!-- Title of the notification to prompt the user to select a keyboard layout. -->
    <string name="select_keyboard_layout_notification_title">Select keyboard layout</string>