Merge "Use the same layout style for contextual cards"
This commit is contained in:
@@ -17,12 +17,9 @@
|
||||
<androidx.cardview.widget.CardView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
style="@style/SuggestionConditionStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardUseCompatPadding="true"
|
||||
app:cardElevation="@dimen/condition_card_elevation"
|
||||
app:cardCornerRadius="@dimen/suggestion_card_corner_radius">
|
||||
style="@style/ContextualCardStyle">
|
||||
|
||||
<include layout="@layout/condition_tile"/>
|
||||
|
||||
|
@@ -20,12 +20,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/homepage_card_top_margin"
|
||||
android:layout_marginBottom="@dimen/homepage_card_bottom_margin"
|
||||
android:layout_marginStart="@dimen/homepage_card_side_margin"
|
||||
android:layout_marginEnd="@dimen/homepage_card_side_margin"
|
||||
app:cardCornerRadius="@dimen/homepage_card_corner_radius"
|
||||
app:cardElevation="@dimen/homepage_card_elevation">
|
||||
style="@style/ContextualCardStyle">
|
||||
|
||||
<androidx.slice.widget.SliceView
|
||||
android:id="@+id/slice_view"
|
||||
|
Reference in New Issue
Block a user