2020-12-23 12:09:37 +01:00

20 lines
633 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/activityRootView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include
layout="@layout/toolbar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<androidx.fragment.app.FragmentContainerView
android:name="org.cryptomator.presentation.ui.fragment.LicensesFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:tag="LicensesFragment" />
</LinearLayout>