<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:background="@drawable/bg_settings_card"
    android:padding="16dp"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginHorizontal="16dp"
    android:layout_marginVertical="8dp">
    <TextView
        android:textSize="16sp"
        android:textStyle="bold"
        android:textColor="#ffffff"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginBottom="16dp"
        android:text="@string/header_card_sizes"/>
    <LinearLayout
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="16dp">
        <LinearLayout
            android:gravity="center_vertical"
            android:orientation="horizontal"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <TextView
                android:textSize="14sp"
                android:textColor="#ffffff"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:text="@string/label_poster_size"
                android:layout_weight="1"/>
            <TextView
                android:textSize="13sp"
                android:textColor="#a1a1aa"
                android:id="@+id/poster_size_label"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"/>
        </LinearLayout>
        <LinearLayout
            android:orientation="horizontal"
            android:id="@+id/poster_segments"
            android:background="@drawable/bg_segmented_control"
            android:padding="5dp"
            android:clipChildren="false"
            android:clipToPadding="false"
            android:layout_width="match_parent"
            android:layout_height="48dp"
            android:layout_marginTop="8dp"
            android:layout_marginHorizontal="2dp">
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/poster_xs"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="XS"
                android:layout_weight="1"/>
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/poster_s"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="S"
                android:layout_weight="1"
                android:layout_marginStart="3dp"/>
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/poster_m"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="M"
                android:layout_weight="1"
                android:layout_marginStart="3dp"/>
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/poster_l"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="L"
                android:layout_weight="1"
                android:layout_marginStart="3dp"/>
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/poster_xl"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="XL"
                android:layout_weight="1"
                android:layout_marginStart="3dp"/>
        </LinearLayout>
    </LinearLayout>
    <View
        android:background="#2a2a2e"
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:layout_marginBottom="16dp"/>
    <LinearLayout
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
        <LinearLayout
            android:gravity="center_vertical"
            android:orientation="horizontal"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <TextView
                android:textSize="14sp"
                android:textColor="#ffffff"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:text="@string/label_landscape_size"
                android:layout_weight="1"/>
            <TextView
                android:textSize="13sp"
                android:textColor="#a1a1aa"
                android:id="@+id/landscape_size_label"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"/>
        </LinearLayout>
        <LinearLayout
            android:orientation="horizontal"
            android:id="@+id/landscape_segments"
            android:background="@drawable/bg_segmented_control"
            android:padding="5dp"
            android:clipChildren="false"
            android:clipToPadding="false"
            android:layout_width="match_parent"
            android:layout_height="48dp"
            android:layout_marginTop="8dp"
            android:layout_marginHorizontal="2dp">
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/landscape_xs"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="XS"
                android:layout_weight="1"/>
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/landscape_s"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="S"
                android:layout_weight="1"
                android:layout_marginStart="3dp"/>
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/landscape_m"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="M"
                android:layout_weight="1"
                android:layout_marginStart="3dp"/>
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/landscape_l"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="L"
                android:layout_weight="1"
                android:layout_marginStart="3dp"/>
            <TextView
                android:textSize="11sp"
                android:textColor="#ffffff"
                android:gravity="center"
                android:id="@+id/landscape_xl"
                android:background="@drawable/bg_segment_item"
                android:focusable="true"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:text="XL"
                android:layout_weight="1"
                android:layout_marginStart="3dp"/>
        </LinearLayout>
    </LinearLayout>
    <TextView
        android:textSize="11sp"
        android:textStyle="italic"
        android:textColor="#71717a"
        android:gravity="center"
        android:id="@+id/reload_notice"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="12dp"
        android:text="@string/msg_reload_notice"/>
</LinearLayout>
