diff --git a/play-services-core/src/main/res/layout/preference_material_card_view.xml b/play-services-core/src/main/res/layout/preference_material_card_view.xml index 7b7ea819e2..ea33af63bf 100644 --- a/play-services-core/src/main/res/layout/preference_material_card_view.xml +++ b/play-services-core/src/main/res/layout/preference_material_card_view.xml @@ -6,7 +6,7 @@ style="?attr/materialCardViewFilledStyle" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="18dp" + android:layout_margin="17dp" android:clickable="true" android:focusable="true" app:cardBackgroundColor="?colorSecondaryContainer"