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

Commit a71311e0 authored by Austin Tankiang's avatar Austin Tankiang
Browse files

Add ripple to the job progress toolbar icon

Use the same background as the rest of the toolbar icons for cohesion.

Bug: 407673512
Test: manual inspection
Flag: com.android.documentsui.flags.visual_signals_ro
Change-Id: I49e4264103dde7de926d435bbf8d275cd141a607
parent b97d85e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,6 @@


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


    <style name="JobProgressToolbarIndicatorStyle" parent="@style/Widget.Material3.CircularProgressIndicator.ExtraSmall">
    <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="indicatorSize">@dimen/job_progress_toolbar_indicator_size</item>
        <item name="indicatorInset">@dimen/space_extra_small_6</item>
        <item name="indicatorInset">@dimen/space_extra_small_6</item>
    </style>
    </style>