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

Commit 3b94d234 authored by Austin Tankiang's avatar Austin Tankiang Committed by Android (Google) Code Review
Browse files

Merge "Add ripple to the job progress toolbar icon" into main

parents 7f87f528 a71311e0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@

<com.google.android.material.progressindicator.CircularProgressIndicator
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    style="@style/JobProgressToolbarIndicatorStyle"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
    </style>

    <style name="JobProgressToolbarIndicatorStyle" parent="@style/Widget.Material3.CircularProgressIndicator.ExtraSmall">
        <item name="android:background">?attr/actionBarItemBackground</item>
        <item name="indicatorSize">@dimen/job_progress_toolbar_indicator_size</item>
        <item name="indicatorInset">@dimen/space_extra_small_6</item>
    </style>