aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/setting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/setting.xml')
-rw-r--r--app/src/main/res/layout/setting.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/setting.xml b/app/src/main/res/layout/setting.xml
index 387723e0..628f8825 100644
--- a/app/src/main/res/layout/setting.xml
+++ b/app/src/main/res/layout/setting.xml
@@ -25,12 +25,12 @@
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<fragment
android:id="@id/fragment_setting"
android:name="net.lacolaco.smileessence.view.SettingFragment"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="match_parent" />
</FrameLayout> \ No newline at end of file