blob: 90a7e7f0b242db8f9bf8d5fc6a65792ff8700e31 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root_view"
android:background="@color/system_neutral1_900"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/gallery_slider"
android:scaleType="fitXY"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<include
layout="@layout/gallery_placeholder"
android:id="@+id/placeholder_text"
/>
</RelativeLayout>