parent
19c605844d
commit
a510595e81
9 changed files with 2333 additions and 27 deletions
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,21 @@ |
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto"> |
||||
|
||||
<item |
||||
android:id="@+id/menu_activity_connect_rtk_scan" |
||||
android:title="@string/scan" |
||||
app:showAsAction="ifRoom" /> |
||||
<item |
||||
android:id="@+id/menu_activity_connect_rtk_disconnect" |
||||
android:title="@string/disconnect" |
||||
app:showAsAction="ifRoom" /> |
||||
<!-- <item--> |
||||
<!-- android:id="@+id/menu_activity_connect_rtk_help"--> |
||||
<!-- android:title="@string/help"--> |
||||
<!-- app:showAsAction="ifRoom" />--> |
||||
<item |
||||
android:id="@+id/menu_activity_connect_rtk_comm_debug" |
||||
android:title="@string/comm_debug" |
||||
android:visible="false" |
||||
app:showAsAction="never" /> |
||||
</menu> |
Loading…
Reference in new issue