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

Commit 713343bc authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Use colorAccentTertiary for FGS dot

Fixes: 224994328
Test: manual
Change-Id: I230e769439c3594a60b070e737603c49dac506fd
parent b1c7853e
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