Skip to content

Commit 298a417

Browse files
committed
Added STORE button to Tools menu.
1 parent d23de14 commit 298a417

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
696 Bytes
Loading

app/src/main/res/layout/tools_menu_tab.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,13 @@
293293
android:onClick="actionButtonCreateNewEvent"
294294
android:text="LOGSTORE" />
295295

296+
<Button
297+
style="@style/GridButtons"
298+
android:drawableLeft="@drawable/store24"
299+
android:onClick="actionButtonRunCommand"
300+
android:tag="STORE"
301+
android:text="STORE" />
302+
296303
<Button
297304
style="@style/GridButtons"
298305
android:drawableLeft="@drawable/wifibc24"
@@ -340,10 +347,6 @@
340347
android:tag="detectionmy"
341348
android:text="detectmy" />
342349

343-
<Button
344-
style="@style/GridButtons"
345-
android:text="" />
346-
347350
</GridLayout>
348351

349352
<View

0 commit comments

Comments
 (0)