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

Unverified Commit 24d1e38d authored by Michael Bestas's avatar Michael Bestas
Browse files

ExactCalculator: Remove all elevation shadows

History page reverse shadow looks bad.
Bottom rounded corner shadow gets clipped when using
3 button navigation. Let's just remove all elevations.

Change-Id: I73d737006dafc4fc9e1d75ab747fcf8f541b1c50
parent f8192190
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
    android:layout_height="match_parent"
    android:background="@drawable/rounded_bottom"
    android:clipChildren="false"
    android:elevation="4dip"
    android:orientation="vertical">

    <include layout="@layout/toolbar" />
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/rounded_bottom"
    android:elevation="4dip"
    android:orientation="vertical">

    <include layout="@layout/toolbar" />
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
        android:id="@+id/history_toolbar"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:elevation="4dip"
        android:minHeight="?attr/actionBarSize"
        android:navigationContentDescription="@string/desc_navigate_up"
        app:navigationIcon="?attr/homeAsUpIndicator"