Merge "Add id for keyboard backlight container" into udc-dev
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user