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

Commit e3cc773f authored by Linda Tseng's avatar Linda Tseng Committed by Android (Google) Code Review
Browse files

Merge "Update SliceViewStyle background color" into qt-dev

parents 9fcb35a0 8afc10b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

        <androidx.slice.widget.SliceView
            android:id="@+id/slice_view"
            style="@style/SliceViewStyle"
            style="@style/ContextualCardSliceViewStyle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="center_vertical"
+4 −0
Original line number Diff line number Diff line
@@ -493,6 +493,10 @@
        <item name="android:paddingEnd">8dp</item>

        <item name="rowStyle">@style/SliceRowStyle</item>
        <item name="android:background">?android:attr/colorBackgroundFloating</item>
    </style>

    <style name="ContextualCardSliceViewStyle" parent="SliceViewStyle">
        <item name="android:background">@color/contextual_card_background</item>
    </style>