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

Commit a4d21a19 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Properly fix edge-to-edge for edit page

parent 2fb59239
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,4 +3,5 @@
    android:id="@+id/add_task_container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="true"
    tools:ignore="MergeRootFrame" />
+0 −3
Original line number Diff line number Diff line
@@ -175,9 +175,6 @@
        <item name="actionMenuTextColor">@color/e_secondary_text_color</item>
        <item name="android:textColorPrimary">@color/accent</item>
        <item name="colorAccent">@color/accent</item>

        <!-- Disable edge-to-edge -->
        <item name="android:fitsSystemWindows">true</item>
    </style>

    <style name="MyActionBar" parent="@android:style/Widget.Holo.Light.ActionBar">