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

Commit 0c85f82d authored by Maryam Dehaini's avatar Maryam Dehaini
Browse files

Change maximize menu color to material color token

Bug: 336311050
Test: open maximize menu
Change-Id: Ia9a67064ef693e1f999c8ceb1a6cfe04e0ffbba7
parent 592fca97
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@
  ~ limitations under the License.
  -->
<shape android:shape="rectangle"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@android:color/white" />
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
    <solid android:color="?androidprv:attr/materialColorSurfaceContainerLow" />
    <corners android:radius="@dimen/desktop_mode_maximize_menu_corner_radius" />
</shape>