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

Commit 79be8664 authored by Jay Aliomer's avatar Jay Aliomer
Browse files

Notification settings cog button ripple under notification

moved ripple to the same layer as icon

Fixes: b/181336505
Test: visual
Change-Id: Iabe3ced7e77f5709030900f287dde40ff4d87e2a
parent 48a3676a
Loading
Loading
Loading
Loading
+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
+2 −2
Original line number Diff line number Diff line
@@ -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"/>