1<?xml version="1.0" encoding="utf-8"?> 2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:orientation="vertical" 4 android:layout_width="match_parent" 5 android:layout_height="wrap_content"> 6 <TextView 7 android:text="@string/profileLabel" 8 android:layout_width="match_parent" 9 android:layout_height="wrap_content"/> 10 11 <TextView 12 android:layout_width="match_parent" 13 android:layout_height="wrap_content" 14 android:id="@+id/uap_profileNameTx" 15 android:paddingLeft="16dp"/> 16 17 <TextView 18 android:layout_width="match_parent" 19 android:layout_height="wrap_content" 20 android:id="@+id/uap_profileDescriptionTx" 21 android:paddingLeft="16dp"/> 22 23 <TextView 24 android:text="@string/connectedPeripheral" 25 android:layout_width="match_parent" 26 android:layout_height="wrap_content"/> 27 28 <TextView 29 android:layout_width="match_parent" 30 android:layout_height="wrap_content" 31 android:id="@+id/uap_peripheralNameTx" 32 android:paddingLeft="16dp"/> 33 34</LinearLayout>