Skip to content

Commit dd26e93

Browse files
authored
Merge pull request #1263 from robustTechie/patch10
Fix: White space removed between status-bar and toolbar
2 parents 9f541e7 + d92ffca commit dd26e93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mifosng-android/src/main/res/layout/activity_dashboard.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
tools:context=".online.DashboardActivity">
1010

1111
<LinearLayout
12-
style="@style/LinearLayout.Base"
13-
android:fitsSystemWindows="true">
12+
style="@style/LinearLayout.Base">
1413

1514
<include layout="@layout/toolbar"/>
1615

0 commit comments

Comments
 (0)