Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update EditPostHeader to use a new icon (chevron_left) and removes ch…
…evron_down
  • Loading branch information
Gerardo committed Jul 10, 2023
commit 9c1e6afdacb7fbf89ae3c87e730f3530b17b8952
10 changes: 0 additions & 10 deletions WordPress/src/main/res/drawable/chevron_down.xml

This file was deleted.

5 changes: 5 additions & 0 deletions WordPress/src/main/res/drawable/chevron_left.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:autoMirrored="true" android:height="24dp"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="?attr/colorOnSurface" android:pathData="M15,7L13.727,6L8,12L13.727,18L15,17L10.121,12L15,7Z"/>
</vector>
2 changes: 1 addition & 1 deletion WordPress/src/main/res/layout/edit_post_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
android:layout_width="@dimen/edit_post_header_chevron_size"
android:layout_height="@dimen/edit_post_header_chevron_size"
android:importantForAccessibility="no"
android:src="@drawable/chevron_down"
android:src="@drawable/chevron_left"
android:clickable="false"
android:visibility="visible" />

Expand Down