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

Unverified Commit d468e49a authored by Patrick Gaskin's avatar Patrick Gaskin
Browse files

ExactCalculator: Apply history background to toolbar too

Change-Id: Iff1aef0c28c8e8c1bb2ad488a68ff7f45d4d74b3
parent f7591339
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
        android:id="@+id/history_frame"
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:background="@color/display_background_color"
        android:background="@color/history_background_color"
        app:layout_constraintBottom_toTopOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
        android:id="@+id/history_frame"
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:background="@color/display_background_color"
        android:background="@color/history_background_color"
        app:layout_constraintBottom_toTopOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
        android:id="@+id/history_recycler_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/history_background_color"
        android:clipChildren="false"
        android:clipToPadding="false"
        android:nestedScrollingEnabled="false"