diff options
author | pacien | 2018-02-10 14:16:15 +0100 |
---|---|---|
committer | pacien | 2018-02-10 14:16:15 +0100 |
commit | 87ec3620d2259064831356c2f4000ae591756fd2 (patch) | |
tree | 9312da1d357fdd3790d5b80af221653696b23089 /app/src/main/res/layout/base.xml | |
parent | d1c39ba87bb32308c2d3a7a749abffeb773541ef (diff) | |
download | tincapp-87ec3620d2259064831356c2f4000ae591756fd2.tar.gz |
Reformat code
Diffstat (limited to 'app/src/main/res/layout/base.xml')
-rw-r--r-- | app/src/main/res/layout/base.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/src/main/res/layout/base.xml b/app/src/main/res/layout/base.xml index 997dd01..3ffcff8 100644 --- a/app/src/main/res/layout/base.xml +++ b/app/src/main/res/layout/base.xml | |||
@@ -1,11 +1,11 @@ | |||
1 | <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" | 1 | <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 | xmlns:app="http://schemas.android.com/apk/res-auto" | 2 | xmlns:app="http://schemas.android.com/apk/res-auto" |
3 | xmlns:tools="http://schemas.android.com/tools" | 3 | xmlns:tools="http://schemas.android.com/tools" |
4 | android:id="@+id/activity_base" | 4 | android:id="@+id/activity_base" |
5 | android:layout_width="match_parent" | 5 | android:layout_width="match_parent" |
6 | android:layout_height="match_parent" | 6 | android:layout_height="match_parent" |
7 | android:fitsSystemWindows="true" | 7 | android:fitsSystemWindows="true" |
8 | tools:context="org.pacien.tincapp.activities.BaseActivity"> | 8 | tools:context="org.pacien.tincapp.activities.BaseActivity"> |
9 | 9 | ||
10 | <android.support.design.widget.AppBarLayout | 10 | <android.support.design.widget.AppBarLayout |
11 | android:id="@+id/appbar" | 11 | android:id="@+id/appbar" |