Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

[Feature] Replace ic_close with ic_sweep_delete on the "Clear logs" FAB #1404

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_editor_bottom_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
android:layout_above="@id/space_bottom"
android:layout_alignParentEnd="true"
android:layout_margin="16dp"
android:src="@drawable/ic_close" />
android:src="@drawable/ic_sweep_delete" />

<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/share_output_fab"
Expand Down
5 changes: 5 additions & 0 deletions resources/src/main/res/drawable/ic_sweep_delete.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M15,16h4v2h-4zM15,8h7v2h-7zM15,12h6v2h-6zM3,18c0,1.1 0.9,2 2,2h6c1.1,0 2,-0.9 2,-2L13,8L3,8v10zM5,10h6v8L5,18v-8zM10,4L6,4L5,5L2,5v2h12L14,5h-3z"/>
</vector>