blob: 20ed2c84e0dfa64f543cd280ff85d63778604bbc [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<ViewFlipper
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/restore_tabs_bottom_sheet_view_flipper"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:measureAllChildren="false"
android:inAnimation="@anim/restore_tabs_view_flipper_fade_in"
android:outAnimation="@anim/restore_tabs_view_flipper_fade_out"
android:paddingLeft="@dimen/restore_tabs_sheet_padding"
android:paddingRight="@dimen/restore_tabs_sheet_padding"
android:orientation="vertical">
<include
android:id="@+id/restore_tabs_promo_screen_sheet"
layout="@layout/restore_tabs_promo_screen_sheet" />
<include
android:id="@+id/restore_tabs_detail_screen_sheet"
layout="@layout/restore_tabs_detail_screen_sheet" />
</ViewFlipper>