2022-09-30 09:42:06 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-02-09 14:38:48 -04:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-09-30 09:42:06 -04:00
|
|
|
android:layout_width="match_parent"
|
2023-02-09 14:38:48 -04:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2023-02-13 10:12:42 -04:00
|
|
|
<androidx.fragment.app.FragmentContainerView
|
|
|
|
android:id="@+id/fragment_container_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/signal_dark_colorNeutral" />
|
|
|
|
|
2023-02-09 14:38:48 -04:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/transition_image_view"
|
2023-02-15 14:48:42 -04:00
|
|
|
android:layout_width="wrap_content"
|
2023-02-09 14:38:48 -04:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:importantForAccessibility="no"
|
|
|
|
android:transitionName="thumb" />
|
|
|
|
|
|
|
|
</FrameLayout>
|