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

Commit f4d2c137 authored by Brandon Dayauon's avatar Brandon Dayauon Committed by Android (Google) Code Review
Browse files

Merge "Change all apps handle color to outLineVariant." into main

parents 8a037e3b c800c976
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:shape="rectangle" >
    <solid android:color="?androidprv:attr/colorSurfaceVariant"/>
    <solid android:color="?androidprv:attr/materialColorOutlineVariant"/>
    <corners android:radius="@dimen/bottom_sheet_handle_corner_radius" />
</shape>