Commit 9983a422349156392be12df7360065dbe4066609

Authored by transpine
1 parent 6023bb12

- remove transparent statusbar

app/src/main/res/layout/app_bar_main.xml
... ... @@ -4,7 +4,7 @@
4 4 xmlns:app="http://schemas.android.com/apk/res-auto"
5 5 xmlns:tools="http://schemas.android.com/tools"
6 6 android:layout_width="match_parent"
7   - android:layout_height="match_parent" android:fitsSystemWindows="true"
  7 + android:layout_height="match_parent"
8 8 tools:context=".MainActivity">
9 9  
10 10 <android.support.design.widget.AppBarLayout android:layout_height="wrap_content"
... ...