summaryrefslogtreecommitdiff
path: root/res/layout/activity_main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 17:00:40 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 17:00:40 +0400
commitb654ce6cf83c8e81b7c6bacab02442661a751e26 (patch)
treefe66b598d1edb67ef1a4502b49b3ea0458544b72 /res/layout/activity_main.xml
parent7168c04ebff82b00056ce03ebc3e996c619d7012 (diff)
move android:fitsSystemWindows="true" to viewgroups
Diffstat (limited to 'res/layout/activity_main.xml')
-rw-r--r--res/layout/activity_main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml
index 790857f..49a8732 100644
--- a/res/layout/activity_main.xml
+++ b/res/layout/activity_main.xml
@@ -1,9 +1,9 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/FrameLayout1"
+ android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent" >
-
<FrameLayout
android:id="@+id/comics_list"