Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51119b00 authored by Kunhung Li's avatar Kunhung Li Committed by Android (Google) Code Review
Browse files

Merge "Fix collapsing toolbar does not stretch to top" into sc-dev

parents 197cbffb 202f4078
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
    </style>

    <style name="CustomizationTheme.NoActionBar">
        <item name="android:statusBarColor">@android:color/transparent</item>
        <item name="android:navigationBarColor">@android:color/transparent</item>
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public class GridFragment extends AppbarFragment {
        view.setOnApplyWindowInsetsListener((v, windowInsets) -> {
            v.setPadding(
                    v.getPaddingLeft(),
                    v.getPaddingTop(),
                    windowInsets.getSystemWindowInsetTop(),
                    v.getPaddingRight(),
                    windowInsets.getSystemWindowInsetBottom());
            return windowInsets.consumeSystemWindowInsets();