![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
src/main/res/layout/actionbar_indeterminate_progress.xml@20:6d2af70c92ab, 2021-04-06 (annotated)
- Committer:
- darienf
- Date:
- Tue Apr 06 06:41:40 2021 +0000
- Revision:
- 20:6d2af70c92ab
another repo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 20:6d2af70c92ab | 1 | <!-- |
darienf | 20:6d2af70c92ab | 2 | Copyright 2013 Google Inc. |
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 | <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
darienf | 20:6d2af70c92ab | 17 | android:layout_height="wrap_content" |
darienf | 20:6d2af70c92ab | 18 | android:layout_width="56dp" |
darienf | 20:6d2af70c92ab | 19 | android:minWidth="56dp"> |
darienf | 20:6d2af70c92ab | 20 | <ProgressBar android:layout_width="32dp" |
darienf | 20:6d2af70c92ab | 21 | android:layout_height="32dp" |
darienf | 20:6d2af70c92ab | 22 | android:layout_gravity="center"/> |
darienf | 20:6d2af70c92ab | 23 | </FrameLayout> |