Loading res/layout/contextual_slice_full_tile.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
res/layout/contextual_slice_full_tile.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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> Loading