2019-06-18 17:39:46 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-03-02 19:32:10 +02:00
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: 2020 The Calyx Institute
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
-->
|
2019-07-08 16:02:53 +02:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-06-18 17:39:46 -03:00
|
|
|
android:id="@+id/fragment"
|
|
|
|
android:layout_width="match_parent"
|
2021-08-25 17:31:40 +03:00
|
|
|
android:layout_height="match_parent" />
|