diff options
author | Marvin Borner | 2018-08-16 16:06:55 +0200 |
---|---|---|
committer | Marvin Borner | 2018-08-16 16:06:55 +0200 |
commit | 730c3d3aa97d50b4962f581559b62e9b0e03aacf (patch) | |
tree | 9a11d1bee938483b4f02127b6b35c15372edf423 /app/src/main/res/layout/fragment_main.xml | |
parent | 1a4ab97a0a4b417195fa35d15b9ca668392a7cc6 (diff) |
Updated version and name (soon name change incoming!)
Diffstat (limited to 'app/src/main/res/layout/fragment_main.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_main.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml deleted file mode 100644 index 108217e..0000000 --- a/app/src/main/res/layout/fragment_main.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<android.support.constraint.ConstraintLayout 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/constraintLayout" - android:layout_width="match_parent" - android:layout_height="match_parent" - tools:context=".MainActivity$PlaceholderFragment"> - - <TextView - android:id="@+id/section_label" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginBottom="@dimen/activity_vertical_margin" - android:layout_marginEnd="@dimen/activity_horizontal_margin" - android:layout_marginStart="@dimen/activity_horizontal_margin" - android:layout_marginTop="@dimen/activity_vertical_margin" - app:layout_constraintLeft_toLeftOf="parent" - app:layout_constraintTop_toTopOf="@+id/constraintLayout" - tools:layout_constraintLeft_creator="1" - tools:layout_constraintTop_creator="1" /> - -</android.support.constraint.ConstraintLayout>
\ No newline at end of file |