File tree Expand file tree Collapse file tree 7 files changed +20
-6
lines changed Expand file tree Collapse file tree 7 files changed +20
-6
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <shape xmlns : android =" http://schemas.android.com/apk/res/android" >
3
+ <solid android : color =" ?colorSurface" />
4
+ <corners android : radius =" @dimen/small_components_corner_size" />
5
+ <padding
6
+ android : bottom =" @dimen/medium_components_corner_size"
7
+ android : top =" @dimen/medium_components_corner_size" />
8
+ </shape >
Original file line number Diff line number Diff line change 4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : id =" @+id/activity_root_view"
6
6
android : layout_width =" match_parent"
7
- android : layout_height =" match_parent" >
7
+ android : layout_height =" match_parent"
8
+ android : fitsSystemWindows =" true" >
8
9
9
10
<com .google.android.material.appbar.AppBarLayout
10
11
android : layout_width =" match_parent"
30
31
android : layout_height =" match_parent"
31
32
app : layout_behavior =" @string/appbar_scrolling_view_behavior" />
32
33
33
- </androidx .coordinatorlayout.widget.CoordinatorLayout>
34
+ </androidx .coordinatorlayout.widget.CoordinatorLayout>
Original file line number Diff line number Diff line change 10
10
android : layout_width =" match_parent"
11
11
android : layout_height =" wrap_content"
12
12
android : clipChildren =" false"
13
+ android : fitsSystemWindows =" true"
13
14
android : transitionName =" appbar"
14
15
tools : ignore =" UnusedAttribute" >
15
16
Original file line number Diff line number Diff line change 4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : id =" @+id/main"
6
6
android : layout_width =" match_parent"
7
- android : layout_height =" match_parent" >
7
+ android : layout_height =" match_parent"
8
+ android : fitsSystemWindows =" true" >
8
9
9
10
<com .google.android.material.appbar.AppBarLayout
10
11
android : id =" @+id/appbar"
106
107
107
108
</androidx .core.widget.NestedScrollView>
108
109
109
- </androidx .coordinatorlayout.widget.CoordinatorLayout>
110
+ </androidx .coordinatorlayout.widget.CoordinatorLayout>
Original file line number Diff line number Diff line change 4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : id =" @+id/activity_root_view"
6
6
android : layout_width =" match_parent"
7
- android : layout_height =" match_parent" >
7
+ android : layout_height =" match_parent"
8
+ android : fitsSystemWindows =" true" >
8
9
9
10
<com .google.android.material.appbar.AppBarLayout
10
11
android : layout_width =" match_parent"
30
31
android : layout_height =" match_parent"
31
32
app : layout_behavior =" @string/appbar_scrolling_view_behavior" />
32
33
33
- </androidx .coordinatorlayout.widget.CoordinatorLayout>
34
+ </androidx .coordinatorlayout.widget.CoordinatorLayout>
Original file line number Diff line number Diff line change 50
50
<item name =" android:forceDarkAllowed" >true</item >
51
51
52
52
<item name =" preferenceTheme" >@style/Widget.Frames.PreferenceThemeOverlay.MaterialYou</item >
53
+ <item name =" popupMenuBackground" >@drawable/menu_background</item >
53
54
</style >
54
55
55
56
<style name =" Frames.SplashScreen.Amoled.MaterialYou" parent =" Frames.SplashScreen.MaterialYou" />
Original file line number Diff line number Diff line change 42
42
43
43
<item name =" android:windowLayoutInDisplayCutoutMode" >shortEdges</item >
44
44
<item name =" android:forceDarkAllowed" >true</item >
45
+ <item name =" popupMenuBackground" >@drawable/menu_background</item >
45
46
</style >
46
47
47
48
<style name =" Frames.SplashScreen.Amoled" parent =" Frames.SplashScreen" />
You can’t perform that action at this time.
0 commit comments