File tree Expand file tree Collapse file tree 8 files changed +9
-3
lines changed
Expand file tree Collapse file tree 8 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 minSdkVersion 23
1111 multiDexEnabled true
1212 targetSdkVersion 36
13- versionCode 129
14- versionName " 9.1.7 "
13+ versionCode 130
14+ versionName " 9.1.8 "
1515 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1616 }
1717 buildTypes {
Original file line number Diff line number Diff line change 55 xmlns : tools =" http://schemas.android.com/tools"
66 android : layout_width =" match_parent"
77 android : layout_height =" match_parent"
8+ android : fitsSystemWindows =" true"
89 tools : context =" .activity.MainActivity" >
910
1011 <com .google.android.material.appbar.AppBarLayout
Original file line number Diff line number Diff line change 44 android : id =" @+id/drawer_layout"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
7- android : fitsSystemWindows =" false " >
7+ android : fitsSystemWindows =" true " >
88
99 <LinearLayout
1010 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
7+ android : fitsSystemWindows =" true"
78 android : orientation =" vertical"
89 tools : context =" .activity.ImageEditor" >
910
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools"
44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
6+ android : fitsSystemWindows =" true"
67 tools : context =" .activity.PreviewActivity" >
78
89 <androidx .viewpager.widget.ViewPager
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools"
44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
6+ android : fitsSystemWindows =" true"
67 android : orientation =" vertical"
78 tools : context =" .activity.PreviewActivity" >
89
Original file line number Diff line number Diff line change 33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
6+ android : fitsSystemWindows =" true"
67 android : orientation =" vertical" >
78
89 <com .google.android.material.appbar.AppBarLayout
Original file line number Diff line number Diff line change 44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
7+ android : fitsSystemWindows =" true"
78 tools : context =" .activity.WelcomeActivity" >
89
910 <RelativeLayout
You can’t perform that action at this time.
0 commit comments