blob: ca3af8fc52c61b0b9b31c3ae01c11b64943bd93c [file] [log] [blame]
<?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>