Darien Figueroa / Mbed OS Final_Program

Dependencies:   USBDevice

Committer:
darienf
Date:
Sun May 02 23:09:04 2021 +0000
Revision:
5:bc128a16232f
Parent:
0:832122ce6748
This is the program that was last used, that has the working temperature and some comments

Who changed what in which revision?

UserRevisionLine numberNew contents of line
darienf 0:832122ce6748 1 <?xml version="1.0" encoding="utf-8"?>
darienf 0:832122ce6748 2 <!-- Copyright (C) 2016 The Android Open Source Project
darienf 0:832122ce6748 3
darienf 0:832122ce6748 4 Licensed under the Apache License, Version 2.0 (the "License");
darienf 0:832122ce6748 5 you may not use this file except in compliance with the License.
darienf 0:832122ce6748 6 You may obtain a copy of the License at
darienf 0:832122ce6748 7
darienf 0:832122ce6748 8 http://www.apache.org/licenses/LICENSE-2.0
darienf 0:832122ce6748 9
darienf 0:832122ce6748 10 Unless required by applicable law or agreed to in writing, software
darienf 0:832122ce6748 11 distributed under the License is distributed on an "AS IS" BASIS,
darienf 0:832122ce6748 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
darienf 0:832122ce6748 13 See the License for the specific language governing permissions and
darienf 0:832122ce6748 14 limitations under the License.
darienf 0:832122ce6748 15 -->
darienf 0:832122ce6748 16
darienf 0:832122ce6748 17 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
darienf 0:832122ce6748 18 android:layout_width="match_parent"
darienf 0:832122ce6748 19 android:layout_height="?attr/dropdownListPreferredItemHeight"
darienf 0:832122ce6748 20 android:minWidth="196dip"
darienf 0:832122ce6748 21 android:paddingLeft="16dip"
darienf 0:832122ce6748 22 android:paddingRight="16dip">
darienf 0:832122ce6748 23
darienf 0:832122ce6748 24 <TextView
darienf 0:832122ce6748 25 android:id="@android:id/title"
darienf 0:832122ce6748 26 android:layout_width="match_parent"
darienf 0:832122ce6748 27 android:layout_height="wrap_content"
darienf 0:832122ce6748 28 android:textAppearance="?attr/textAppearancePopupMenuHeader"
darienf 0:832122ce6748 29 android:layout_gravity="center_vertical"
darienf 0:832122ce6748 30 android:singleLine="true"
darienf 0:832122ce6748 31 android:ellipsize="marquee"
darienf 0:832122ce6748 32 android:fadingEdge="horizontal"
darienf 0:832122ce6748 33 android:textAlignment="viewStart" />
darienf 0:832122ce6748 34
darienf 0:832122ce6748 35 </FrameLayout>