Loading packages/SystemUI/res/layout/controls_horizontal_divider_withEmpty.xml→packages/SystemUI/res/layout/controls_horizontal_divider_with_empty.xml +0 −0 File moved. View file packages/SystemUI/src/com/android/systemui/controls/management/ControlAdapter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ class ControlAdapter( } TYPE_DIVIDER -> { DividerHolder(layoutInflater.inflate( R.layout.controls_horizontal_divider_withEmpty, parent, false)) R.layout.controls_horizontal_divider_with_empty, parent, false)) } else -> throw IllegalStateException("Wrong viewType: $viewType") } Loading Loading
packages/SystemUI/res/layout/controls_horizontal_divider_withEmpty.xml→packages/SystemUI/res/layout/controls_horizontal_divider_with_empty.xml +0 −0 File moved. View file
packages/SystemUI/src/com/android/systemui/controls/management/ControlAdapter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ class ControlAdapter( } TYPE_DIVIDER -> { DividerHolder(layoutInflater.inflate( R.layout.controls_horizontal_divider_withEmpty, parent, false)) R.layout.controls_horizontal_divider_with_empty, parent, false)) } else -> throw IllegalStateException("Wrong viewType: $viewType") } Loading