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

Commit 3ebc9c11 authored by Dennis Dast's avatar Dennis Dast Committed by Jochen Sprickerhof
Browse files

Disable scrolling of the toolbar

parent cb4ad7dd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -29,8 +29,7 @@
                style="@style/Widget.CalendarAppTheme.ActionBar"
                android:layout_width="match_parent"
                android:layout_height="?attr/actionBarSize"
                android:minHeight="?attr/actionBarSize"
                app:layout_scrollFlags="scroll|enterAlways" />
                android:minHeight="?attr/actionBarSize" />
        </android.support.design.widget.AppBarLayout>

        <android.support.design.widget.FloatingActionButton
+1 −3
Original line number Diff line number Diff line
@@ -17,11 +17,9 @@
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="0dip"
    android:layout_weight="1.0"
    android:layout_height="match_parent"
    android:background="@color/day_past_background_color"
    android:foregroundGravity="fill_horizontal|top"
    android:paddingBottom="?attr/actionBarSize"
    android:paddingTop="1dip">
    <ViewSwitcher
        android:id="@+id/switcher"