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

Commit 3ef480e8 authored by Sunny Shao's avatar Sunny Shao Committed by Raff Tsai
Browse files

Update the expand more icon in the condition

- Rollback the color from accent to gray.
- Use the "ic_expand_more_inverse.xml" to replace the "expand more" icon.

Fixes: 126926489
Test: manual
Change-Id: I438a03f42987001de7dce5040dd01347c2c6a9b0
parent 0b73c299
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
        android:id="@+id/collapse_button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_expand_less"
        android:tint="?android:attr/colorAccent"/>
        android:src="@drawable/ic_expand_less"/>

</LinearLayout>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@
            android:paddingTop="@dimen/homepage_condition_header_indicator_padding_top"
            android:paddingStart="@dimen/homepage_condition_header_indicator_padding_start"
            android:paddingEnd="@dimen/homepage_condition_header_indicator_padding_end"
            android:src="@*android:drawable/ic_expand_more"
            android:tint="?android:attr/colorAccent"/>
            android:src="@drawable/ic_expand_more_inverse"
            android:tint="?android:attr/colorControlNormal"/>

    </LinearLayout>