unplugged-system/cts/apps/CtsVerifier/res/layout/uap_profile_header.xml

34 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:text="@string/profileLabel"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/uap_profileNameTx"
android:paddingLeft="16dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/uap_profileDescriptionTx"
android:paddingLeft="16dp"/>
<TextView
android:text="@string/connectedPeripheral"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/uap_peripheralNameTx"
android:paddingLeft="16dp"/>
</LinearLayout>