Skip to content

Commit 3ff54bd

Browse files
committed
Use refresh icon
1 parent e8530f4 commit 3ff54bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
<item
66
android:id="@+id/action_refresh_logcat"
7+
android:icon="@drawable/ic_refresh"
78
android:orderInCategory="100"
89
android:title="@string/action_refresh_logcat"
9-
app:showAsAction="ifRoom|withText" />
10+
app:showAsAction="ifRoom" />
1011

1112
<item
1213
android:id="@+id/action_send_logcat"

0 commit comments

Comments
 (0)