Panagiotis Triantafyllou

minor fix

...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
4 xmlns:tools="http://schemas.android.com/tools" 4 xmlns:tools="http://schemas.android.com/tools"
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:background="@color/white"> 8 android:background="@color/white">
8 9
9 <LinearLayout 10 <LinearLayout
......