aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/layout_setting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/layout_setting.xml')
-rw-r--r--app/src/main/res/layout/layout_setting.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/src/main/res/layout/layout_setting.xml b/app/src/main/res/layout/layout_setting.xml
deleted file mode 100644
index 51ef6f20..00000000
--- a/app/src/main/res/layout/layout_setting.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <android.support.v7.widget.Toolbar
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="?attr/actionBarSize"
- android:background="?attr/colorPrimary"
- android:elevation="4dp" />
-
- <fragment
- android:id="@+id/fragment_setting"
- android:name="net.lacolaco.smileessence.view.SettingFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-</LinearLayout>