repo time

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Committer:
darienf
Date:
Tue Apr 06 06:41:40 2021 +0000
Revision:
20:6d2af70c92ab
another repo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
darienf 20:6d2af70c92ab 1 <?xml version="1.0" encoding="utf-8"?>
darienf 20:6d2af70c92ab 2 <!-- Copyright (C) 2013 The Android Open Source Project
darienf 20:6d2af70c92ab 3
darienf 20:6d2af70c92ab 4 Licensed under the Apache License, Version 2.0 (the "License");
darienf 20:6d2af70c92ab 5 you may not use this file except in compliance with the License.
darienf 20:6d2af70c92ab 6 You may obtain a copy of the License at
darienf 20:6d2af70c92ab 7
darienf 20:6d2af70c92ab 8 http://www.apache.org/licenses/LICENSE-2.0
darienf 20:6d2af70c92ab 9
darienf 20:6d2af70c92ab 10 Unless required by applicable law or agreed to in writing, software
darienf 20:6d2af70c92ab 11 distributed under the License is distributed on an "AS IS" BASIS,
darienf 20:6d2af70c92ab 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
darienf 20:6d2af70c92ab 13 See the License for the specific language governing permissions and
darienf 20:6d2af70c92ab 14 limitations under the License.
darienf 20:6d2af70c92ab 15 -->
darienf 20:6d2af70c92ab 16 <menu xmlns:android="http://schemas.android.com/apk/res/android">
darienf 20:6d2af70c92ab 17 <item android:id="@+id/menu_refresh"
darienf 20:6d2af70c92ab 18 android:checkable="false"
darienf 20:6d2af70c92ab 19 android:orderInCategory="1"
darienf 20:6d2af70c92ab 20 android:showAsAction="ifRoom"/>
darienf 20:6d2af70c92ab 21 <item android:id="@+id/menu_scan"
darienf 20:6d2af70c92ab 22 android:title="@string/menu_scan"
darienf 20:6d2af70c92ab 23 android:orderInCategory="100"
darienf 20:6d2af70c92ab 24 android:showAsAction="ifRoom|withText"/>
darienf 20:6d2af70c92ab 25 <item android:id="@+id/menu_stop"
darienf 20:6d2af70c92ab 26 android:title="@string/menu_stop"
darienf 20:6d2af70c92ab 27 android:orderInCategory="101"
darienf 20:6d2af70c92ab 28 android:showAsAction="ifRoom|withText"/>
darienf 20:6d2af70c92ab 29 </menu>