Loading packages/SystemUI/res/layout/notif_half_shelf.xml +3 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="8dp" android:orientation="horizontal" > android:orientation="horizontal" android:clickable="true" android:foreground="?android:attr/selectableItemBackground" > <ImageView android:id="@+id/icon" Loading packages/SystemUI/res/layout/notif_half_shelf_row.xml +3 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="8dp" android:orientation="horizontal" > android:clickable="true" android:orientation="horizontal" android:foreground="?android:attr/selectableItemBackground" > <!-- This is where an icon would go *if we wanted one* **wink** --> <Space Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ChannelEditorListView.kt +3 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,8 @@ class AppControlView(c: Context, attrs: AttributeSet) : LinearLayout(c, attrs) { iconView = findViewById(R.id.icon) channelName = findViewById(R.id.app_name) switch = findViewById(R.id.toggle) setOnClickListener { switch.toggle() } } } Loading Loading @@ -156,6 +158,7 @@ class ChannelRow(c: Context, attrs: AttributeSet) : LinearLayout(c, attrs) { controller.proposeEditForChannel(it, if (b) it.importance else IMPORTANCE_NONE) } } setOnClickListener { switch.toggle() } } private fun updateViews() { Loading Loading
packages/SystemUI/res/layout/notif_half_shelf.xml +3 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="8dp" android:orientation="horizontal" > android:orientation="horizontal" android:clickable="true" android:foreground="?android:attr/selectableItemBackground" > <ImageView android:id="@+id/icon" Loading
packages/SystemUI/res/layout/notif_half_shelf_row.xml +3 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="8dp" android:orientation="horizontal" > android:clickable="true" android:orientation="horizontal" android:foreground="?android:attr/selectableItemBackground" > <!-- This is where an icon would go *if we wanted one* **wink** --> <Space Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ChannelEditorListView.kt +3 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,8 @@ class AppControlView(c: Context, attrs: AttributeSet) : LinearLayout(c, attrs) { iconView = findViewById(R.id.icon) channelName = findViewById(R.id.app_name) switch = findViewById(R.id.toggle) setOnClickListener { switch.toggle() } } } Loading Loading @@ -156,6 +158,7 @@ class ChannelRow(c: Context, attrs: AttributeSet) : LinearLayout(c, attrs) { controller.proposeEditForChannel(it, if (b) it.importance else IMPORTANCE_NONE) } } setOnClickListener { switch.toggle() } } private fun updateViews() { Loading