Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Added STORE button to Tools menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxieds committed May 19, 2018
1 parent d23de14 commit 298a417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Binary file added app/src/main/res/drawable/store24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions app/src/main/res/layout/tools_menu_tab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,13 @@
android:onClick="actionButtonCreateNewEvent"
android:text="LOGSTORE" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/store24"
android:onClick="actionButtonRunCommand"
android:tag="STORE"
android:text="STORE" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/wifibc24"
Expand Down Expand Up @@ -340,10 +347,6 @@
android:tag="detectionmy"
android:text="detectmy" />

<Button
style="@style/GridButtons"
android:text="" />

</GridLayout>

<View
Expand Down

0 comments on commit 298a417

Please sign in to comment.