<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" android:layout_height="match_parent" android:background="#F1F5F9"
    android:orientation="vertical" android:padding="24dp">

  <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
      android:text="Choose Registered SIM" android:textSize="20sp" android:textStyle="bold"
      android:textColor="#0F172A" android:layout_marginBottom="8dp"/>
  <TextView android:layout_width="match_parent" android:layout_height="wrap_content"
      android:text="Only calls on the SIM you pick here will be synced, recorded, and shown in Call History/Analytics on this phone. Pick the SIM this business number is on."
      android:textColor="#64748B" android:textSize="13sp" android:layout_marginBottom="20dp"/>

  <LinearLayout android:id="@+id/simList" android:layout_width="match_parent" android:layout_height="wrap_content"
      android:orientation="vertical"/>

  <TextView android:id="@+id/statusText" android:layout_width="wrap_content" android:layout_height="wrap_content"
      android:textColor="#16a34a" android:textSize="13sp" android:layout_marginTop="16dp"/>
</LinearLayout>
