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

Commit 25619679 authored by Uwais Ashraf's avatar Uwais Ashraf Committed by Automerger Merge Worker
Browse files

Merge "Add id for keyboard backlight container" into udc-dev am: 1a1cc48d...

Merge "Add id for keyboard backlight container" into udc-dev am: 1a1cc48d am: fed2847b am: ef9bbf64

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22907721



Change-Id: I25c65cca624afa95330665d3218cd805a7717a74
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 531457b1 ef9bbf64
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -198,6 +198,9 @@
    <item type="id" name="pm_lite"/>
    <item type="id" name="settings_button_container"/>

    <!--Keyboard Backlight Dialog -->
    <item type="id" name="keyboard_backlight_dialog_container"/>

    <item type="id" name="log_access_dialog_allow_button" />
    <item type="id" name="log_access_dialog_deny_button" />
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ class KeyboardBacklightDialog(
    private fun buildRootView(): LinearLayout {
        val linearLayout =
            LinearLayout(context).apply {
                id = R.id.keyboard_backlight_dialog_container
                orientation = LinearLayout.HORIZONTAL
                layoutParams = LayoutParams(WRAP_CONTENT, WRAP_CONTENT)
                setPadding(