Teraplex/app/src/main/res/layout/activity_intro.xml
JG-Cody c36368eee8 SSH was working :(
SSH is connected to InputFields
2021-03-10 21:18:54 +01:00

18 lines
723 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/fragment2"
android:name="de.jg_cody.Terraplex.ui.intro.IntroFragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</androidx.drawerlayout.widget.DrawerLayout>