Skip to content

Commit 94d1933

Browse files
committed
Add logs icon
1 parent bbe26d5 commit 94d1933

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="960"
5+
android:viewportHeight="960">
6+
<path
7+
android:fillColor="#e3e3e3"
8+
android:pathData="M120,720v-80h480v80L120,720ZM120,520v-80h720v80L120,520ZM120,320v-80h720v80L120,320Z" />
9+
</vector>

app/src/main/res/menu/menu_entries.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
<item
2323
android:id="@+id/logs"
24+
android:icon="@drawable/ic_notes"
2425
android:title="@string/logs"
2526
app:showAsAction="ifRoom" />
2627

0 commit comments

Comments
 (0)