Teraplex/app/src/main/res/layout/activity_intro.xml
JG-Cody cb08627b0a Zurück-Button minimiert app
Homescreen zeigt an als was man noch angemeldet ist
Felder können bei eingabe nicht mehr leer sein
app erzeugt bei installation nicht mehr 2 Icons
2021-03-29 18:11:32 +02:00

18 lines
722 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.Teraplex.ui.intro.IntroFragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</androidx.drawerlayout.widget.DrawerLayout>