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

Commit 026d65bf authored by Tony Huang's avatar Tony Huang
Browse files

Add color accent to DocumentsDefaultTheme

Some widgets such as selection anchor will use color accent attr.
For consistent UI experience, it should follow primary color.

Fix: 130358719
Test: visual
Test: atest DocumentsUIGoogleTests
Change-Id: Ia29f6fce40c502fa244ae247b1d7306f9e2f7cb9
parent 7aa96184
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@

        <!-- For material design widget, chips, buttons, not support attr-->
        <item name="colorPrimary">@color/primary</item>
        <item name="colorAccent">@color/primary</item>

        <item name="gridItemTint">@color/item_doc_grid_tint</item>

+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@

        <!-- For material design widget, chips, buttons, not support attr-->
        <item name="colorPrimary">@color/primary</item>
        <item name="colorAccent">@color/primary</item>

        <!-- TODO need to solve the error handle in GridItemThumbnail -->
        <item name="gridItemTint">@color/item_doc_grid_tint</item>