We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23de14 commit 298a417Copy full SHA for 298a417
app/src/main/res/drawable/store24.png
696 Bytes
app/src/main/res/layout/tools_menu_tab.xml
@@ -293,6 +293,13 @@
293
android:onClick="actionButtonCreateNewEvent"
294
android:text="LOGSTORE" />
295
296
+ <Button
297
+ style="@style/GridButtons"
298
+ android:drawableLeft="@drawable/store24"
299
+ android:onClick="actionButtonRunCommand"
300
+ android:tag="STORE"
301
+ android:text="STORE" />
302
+
303
<Button
304
style="@style/GridButtons"
305
android:drawableLeft="@drawable/wifibc24"
@@ -340,10 +347,6 @@
340
347
android:tag="detectionmy"
341
348
android:text="detectmy" />
342
349
343
- <Button
344
- style="@style/GridButtons"
345
- android:text="" />
346
-
350
</GridLayout>
351
352
<View
0 commit comments