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

Commit 7936fd60 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Automerger Merge Worker
Browse files

Merge "Use colorAccentTertiary for FGS dot" into tm-dev am: 381fac95

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17224344

Change-Id: I0c5d093dd46dc29d2c1c0659a49d1f3fc64155fe
parents 59681926 381fac95
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,8 +15,9 @@
** limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:shape="oval"
    android:width="12dp"
    android:height="12dp">
    <solid android:color="@*android:color/red" />
    <solid android:color="?androidprv:attr/colorAccentTertiary" />
</shape>
 No newline at end of file