Grundaufbau der App
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_first_run.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:orientation="vertical"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent"
6     tools:context="de.dhbwloe.campusapp.fragments.FirstRun">
7
8     <TextView
9         android:layout_width="match_parent"
10         android:layout_height="wrap_content"
11         android:text="{FirstRun}" />
12
13     <Button
14         android:layout_width="wrap_content"
15         android:layout_height="wrap_content"
16         android:text="Start App"
17         android:id="@+id/startAppBtn"
18         android:layout_gravity="center_horizontal" />
19
20 </LinearLayout>