1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    android:layout_width="wrap_content"
5    android:layout_height="wrap_content"
6    android:orientation="horizontal"
7    android:padding="8dp">
8
9    <TextView
10        android:id="@+id/profile_label"
11        android:layout_width="wrap_content"
12        android:layout_height="wrap_content"
13        android:text="@string/picker_personal_profile_label"
14        android:layout_gravity="center_vertical"
15        android:textColor="?android:attr/textColorPrimary"
16        android:drawableStart="@drawable/ic_personal_mode"
17        android:padding="8dp"/>
18</LinearLayout>