<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <com.google.android.material.appbar.AppBarLayout android:layout_width="fill_parent" android:layout_height="wrap_content" app:elevation="0.0dip" app:liftOnScroll="false">
        <com.google.android.material.appbar.MaterialToolbar android:id="@id/photo_picker_suggestion_tabs_toolbar" android:layout_width="fill_parent" android:layout_height="?android:actionBarSize" app:layout_scrollFlags="enterAlways|scroll" app:navigationContentDescription="@string/abc_action_bar_up_description" app:navigationIcon="?homeAsUpIndicator" app:title="@string/op3_change_profile_picture" />
        <com.google.android.material.tabs.TabLayout android:id="@id/photo_picker_suggestion_tabs_tabs" android:layout_width="fill_parent" android:layout_height="wrap_content" android:minHeight="35.0dip" android:layoutDirection="ltr" app:layout_scrollFlags="enterAlways|exitUntilCollapsed|scroll" app:tabGravity="fill" app:tabMaxWidth="0.0dip" app:tabMode="fixed" style="@style/Widget.GoogleMaterial.TabLayout" />
        <View android:background="?colorHairline" android:layout_width="fill_parent" android:layout_height="1.0dip" />
    </com.google.android.material.appbar.AppBarLayout>
    <com.google.android.libraries.user.profile.photopicker.fragment.suggestiontabs.v2.PhotoPickerViewPager android:id="@id/photo_picker_suggestion_tabs_pager" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
