<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/photo_picker_header_top_margin" android:layout_marginBottom="@dimen/photo_picker_header_bottom_margin" android:layout_marginStart="@dimen/photo_picker_header_horizontal_margin" android:layout_marginEnd="@dimen/photo_picker_header_horizontal_margin"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <com.google.android.material.textview.MaterialTextView android:textAppearance="?textAppearanceBody2" android:textColor="?colorOnSurface" android:id="@id/photo_picker_clusters_header_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/op3_picker_clusters_header_text" />
</LinearLayout>
