2022-09-30 09:42:06 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.fragment.app.FragmentContainerView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/fragment_container_view"
|
|
|
|
android:layout_width="match_parent"
|
2022-10-05 16:10:28 -04:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/signal_dark_colorNeutral"/>
|