File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 5
5
android : layout_width =" fill_parent"
6
6
android : layout_height =" fill_parent"
7
7
android : orientation =" vertical"
8
- tools : context =" dev.ukanth.ufirewall.activity.CustomRulesActivity" >
8
+ tools : context =" dev.ukanth.ufirewall.activity.CustomRulesActivity"
9
+ android : fitsSystemWindows =" true" >
9
10
10
11
<androidx .appcompat.widget.Toolbar
11
12
android : id =" @+id/custom_toolbar_rules"
Original file line number Diff line number Diff line change 2
2
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : layout_width =" match_parent"
4
4
android : layout_height =" match_parent"
5
- android : orientation =" vertical" >
5
+ android : orientation =" vertical"
6
+ android : fitsSystemWindows =" true" >
6
7
7
8
<androidx .appcompat.widget.Toolbar
8
9
android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 2
2
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : layout_width =" fill_parent"
4
4
android : layout_height =" fill_parent"
5
- android : orientation =" vertical" >
5
+ android : orientation =" vertical"
6
+ android : fitsSystemWindows =" true" >
6
7
7
8
<androidx .appcompat.widget.Toolbar
8
9
android : id =" @+id/custom_toolbar"
Original file line number Diff line number Diff line change 4
4
android : layout_width =" fill_parent"
5
5
android : layout_height =" fill_parent"
6
6
android : duplicateParentState =" false"
7
- android : orientation =" vertical" >
7
+ android : orientation =" vertical"
8
+ android : fitsSystemWindows =" true" >
8
9
9
10
<androidx .appcompat.widget.Toolbar
10
11
android : id =" @+id/help_toolbar"
Original file line number Diff line number Diff line change 5
5
android : layout_height =" fill_parent"
6
6
android : duplicateParentState =" false"
7
7
android : background =" ?attr/itemBackground"
8
- android : orientation =" vertical" >
8
+ android : orientation =" vertical"
9
+ android : fitsSystemWindows =" true" >
9
10
10
11
<androidx .appcompat.widget.Toolbar
11
12
android : id =" @+id/rule_toolbar"
Original file line number Diff line number Diff line change 5
5
xmlns : android =" http://schemas.android.com/apk/res/android"
6
6
android : orientation =" vertical"
7
7
android : background =" ?attr/itemBackground"
8
- android : duplicateParentState =" false" >
8
+ android : duplicateParentState =" false"
9
+ android : fitsSystemWindows =" true" >
9
10
10
11
<androidx .appcompat.widget.Toolbar
11
12
android : id =" @+id/rule_toolbar"
You can’t perform that action at this time.
0 commit comments