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

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

Shrink job progress toolbar icon to 20dp

Also shrink the toolbar badge to 8dp as well.

Bug: 439696124
Test: build and inspect on DUT.
Flag: com.android.documentsui.flags.visual_signals_ro
Change-Id: I6f72f3378ba358d64eebc59cbba83bd4747fdde1
parent 574829ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -257,10 +257,10 @@
    <!-- Main margin is set by main_container_padding_start for the menu button, here is for
    the space between the button the text/title. -->
    <dimen name="search_bar_text_margin_start_m3">@dimen/space_extra_small_6</dimen>
    <dimen name="job_progress_toolbar_indicator_size">24dp</dimen>
    <dimen name="job_progress_toolbar_indicator_size">20dp</dimen>
    <dimen name="job_progress_toolbar_badge_outline_width">1dp</dimen>
    <!-- Includes outline. -->
    <dimen name="job_progress_toolbar_badge_diameter">10dp</dimen>
    <dimen name="job_progress_toolbar_badge_diameter">8dp</dimen>
    <!-- The main margin is controlled above on paddingStart, zeroing toolbar_content_insets to
         avoid pushing the title or button further. -->
    <dimen name="toolbar_content_inset_start">0dp</dimen>