Loading packages/SystemUI/res/drawable/notif_settings_button.xml 0 → 100644 +20 −0 Original line number Diff line number Diff line <!-- ~ Copyright (C) 2021 The Android Open Source Project ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/ripple_drawable"/> <item android:drawable="@drawable/ic_settings"/> </layer-list> No newline at end of file packages/SystemUI/res/layout/notification_info.xml +2 −2 Original line number Diff line number Diff line Loading @@ -108,9 +108,9 @@ asked for it --> android:layout_width="@dimen/notification_importance_toggle_size" android:layout_height="@dimen/notification_importance_toggle_size" android:layout_centerVertical="true" android:background="@drawable/ripple_drawable" android:background="@android:color/transparent" android:contentDescription="@string/notification_more_settings" android:src="@drawable/ic_settings" android:src="@drawable/notif_settings_button" android:layout_alignParentEnd="true" android:tint="@color/notification_guts_link_icon_tint"/> Loading Loading
packages/SystemUI/res/drawable/notif_settings_button.xml 0 → 100644 +20 −0 Original line number Diff line number Diff line <!-- ~ Copyright (C) 2021 The Android Open Source Project ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/ripple_drawable"/> <item android:drawable="@drawable/ic_settings"/> </layer-list> No newline at end of file
packages/SystemUI/res/layout/notification_info.xml +2 −2 Original line number Diff line number Diff line Loading @@ -108,9 +108,9 @@ asked for it --> android:layout_width="@dimen/notification_importance_toggle_size" android:layout_height="@dimen/notification_importance_toggle_size" android:layout_centerVertical="true" android:background="@drawable/ripple_drawable" android:background="@android:color/transparent" android:contentDescription="@string/notification_more_settings" android:src="@drawable/ic_settings" android:src="@drawable/notif_settings_button" android:layout_alignParentEnd="true" android:tint="@color/notification_guts_link_icon_tint"/> Loading