Darien Figueroa / Mbed OS Final_Program

Dependencies:   USBDevice

Committer:
darienf
Date:
Wed Apr 07 22:37:59 2021 +0000
Revision:
0:832122ce6748
painnie

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 <!--
darienf 0:832122ce6748 3 ~ Copyright (C) 2015 The Android Open Source Project
darienf 0:832122ce6748 4 ~
darienf 0:832122ce6748 5 ~ Licensed under the Apache License, Version 2.0 (the "License");
darienf 0:832122ce6748 6 ~ you may not use this file except in compliance with the License.
darienf 0:832122ce6748 7 ~ You may obtain a copy of the License at
darienf 0:832122ce6748 8 ~
darienf 0:832122ce6748 9 ~ http://www.apache.org/licenses/LICENSE-2.0
darienf 0:832122ce6748 10 ~
darienf 0:832122ce6748 11 ~ Unless required by applicable law or agreed to in writing, software
darienf 0:832122ce6748 12 ~ distributed under the License is distributed on an "AS IS" BASIS,
darienf 0:832122ce6748 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
darienf 0:832122ce6748 14 ~ See the License for the specific language governing permissions and
darienf 0:832122ce6748 15 ~ limitations under the License
darienf 0:832122ce6748 16 -->
darienf 0:832122ce6748 17
darienf 0:832122ce6748 18 <DateTimeView android:id="@+id/time" xmlns:android="http://schemas.android.com/apk/res/android"
darienf 0:832122ce6748 19 android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Time"
darienf 0:832122ce6748 20 android:layout_width="wrap_content"
darienf 0:832122ce6748 21 android:layout_height="wrap_content"
darienf 0:832122ce6748 22 android:layout_gravity="center"
darienf 0:832122ce6748 23 android:layout_weight="0"
darienf 0:832122ce6748 24 android:singleLine="true"
darienf 0:832122ce6748 25 android:gravity="center"
darienf 0:832122ce6748 26 android:paddingLeft="8dp"
darienf 0:832122ce6748 27 android:paddingStart="8dp"
darienf 0:832122ce6748 28 />