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

Commit 1c15a27c authored by Fan Zhang's avatar Fan Zhang
Browse files

Remove cardview wrapper on condition collapse button.

The cardview is adding a strange background color in dark mode

Change-Id: Id205fbd5209e15597157d86d225f8c6c97a2ec5a
Fixes: 123411225
Test: visual
parent c41ea719
Loading
Loading
Loading
Loading
+13 −19
Original line number Diff line number Diff line
@@ -15,13 +15,8 @@
  limitations under the License.
  -->

<androidx.cardview.widget.CardView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    style="@style/ContextualCardStyle">

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="@dimen/homepage_condition_footer_height"
    android:contentDescription="@string/homepage_condition_footer_content_description"
@@ -37,4 +32,3 @@
        android:src="@drawable/ic_expand_less"/>

</LinearLayout>
 No newline at end of file
</androidx.cardview.widget.CardView>
 No newline at end of file