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

Commit

Permalink
feat(design/bottom-sheet): replace ic_close with ic_sweep_delete on t…
Browse files Browse the repository at this point in the history
…he FAB for clearing logs (#1404)
  • Loading branch information
Smooth-E authored Oct 26, 2023
1 parent 42ae28a commit 69a5a48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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>

0 comments on commit 69a5a48

Please sign in to comment.