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

Commit 4dd0aeba authored by Yvonne Jiang's avatar Yvonne Jiang
Browse files

[SettingsLib] Update the action icon tint for CardPreference.

According to the spec it should be materialColorSecondary.

Bug: 406106410
Flag: EXEMPT refactor
Test: manual
Change-Id: I4a59f3d981f045cfedd90e6efd004e95f120930c
parent 602b5581
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
            android:layout_height="@dimen/settingslib_expressive_space_medium4"
            android:padding="@dimen/settingslib_expressive_space_extrasmall4"
            android:layout_gravity="center"
            android:tint="@color/settingslib_materialColorOnSecondary" />
            android:tint="@color/settingslib_materialColorSecondary" />

    </LinearLayout>
</LinearLayout>
 No newline at end of file