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

Commit 15a0ba6d authored by satok's avatar satok
Browse files

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

Bug: 4316889

Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108
parent 6d645e13
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