diff options
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 |