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

Commit bdb3d690 authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Check the availability of layouts for showing the input languages in the settings"

parents 46ca8458 15a0ba6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
            </intent-filter>
        </activity>

        <activity android:name="InputLanguageSelection"
        <activity android:name="com.android.inputmethod.deprecated.languageswitcher.InputLanguageSelection"
                android:label="@string/language_selection_title">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,8 @@
        <attr name="verticalGap" format="dimension|fraction" />
        <!-- Popup keyboard layout template -->
        <attr name="popupKeyboardTemplate" format="reference" />
        <!-- Locale of the keyboard layout -->
        <attr name="keyboardLocale" format="string" />
    </declare-styleable>

    <declare-styleable name="Keyboard_Key">
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
    latin:verticalGap="@dimen/key_bottom_gap"
    latin:popupKeyboardTemplate="@xml/kbd_popup_template"
    latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column"
    latin:keyboardLocale="ar"
>
    <include
        latin:keyboardLayout="@xml/kbd_ar_rows" />
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
    latin:verticalGap="@dimen/key_bottom_gap"
    latin:popupKeyboardTemplate="@xml/kbd_popup_template"
    latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column"
    latin:keyboardLocale="cs"
>
    <include
        latin:keyboardLayout="@xml/kbd_qwertz_rows" />
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
    latin:verticalGap="@dimen/key_bottom_gap"
    latin:popupKeyboardTemplate="@xml/kbd_popup_template"
    latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column"
    latin:keyboardLocale="da"
>
    <include
        latin:keyboardLayout="@xml/kbd_qwerty_rows_scandinavia" />
Loading