| <?xml version="1.0" encoding="utf-8"?> |
| <LinearLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:orientation="horizontal" |
| android:padding="8dp"> |
| |
| <TextView |
| android:id="@+id/profile_label" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:text="@string/picker_personal_profile_label" |
| android:layout_gravity="center_vertical" |
| android:textColor="?android:attr/textColorPrimary" |
| android:drawableStart="@drawable/ic_personal_mode" |
| android:padding="8dp"/> |
| </LinearLayout> |