diff --git a/res/layout/card_preference.xml b/res/layout/card_preference.xml
index 39523eb6cae..72e17ef83a0 100644
--- a/res/layout/card_preference.xml
+++ b/res/layout/card_preference.xml
@@ -27,8 +27,6 @@
android:clipToPadding="false"
android:baselineAligned="false">
-
-
+
+
+
+
+
@@ -61,7 +71,7 @@
android:id="@+id/card_preference_buttons"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
+ android:layout_marginTop="24dp"
android:layout_below="@android:id/summary"
android:visibility="gone">
diff --git a/res/layout/card_preference_layout.xml b/res/layout/card_preference_layout.xml
index 83736370ac9..0cdcb17ca8a 100644
--- a/res/layout/card_preference_layout.xml
+++ b/res/layout/card_preference_layout.xml
@@ -20,7 +20,9 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_margin="8dp"
+ android:layout_marginVertical="8dp"
+ android:layout_marginStart="24dp"
+ android:layout_marginEnd="16dp"
android:foreground="@drawable/contextual_card_background"
android:clickable="true"
style="@style/ContextualCardStyle">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 48e5c9f9ebe..07df4362c7f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -6411,9 +6411,11 @@
Charging is paused
- Protecting battery to extend battery lifespan\nTap to learn more
+ Protecting battery to extend battery lifespan
%1$s
+
+ Learn more about charging is paused
Resume charging
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 8dee0821fd4..4fc6e9f05bf 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -975,6 +975,7 @@
- 14sp
- false
- true
+ - 24dp