Merge "Make VVM Transcription Promo padding 4dp instead of 10dp"
diff --git a/java/com/android/dialer/voicemail/listui/error/res/layout/voicemail_tos_fragment.xml b/java/com/android/dialer/voicemail/listui/error/res/layout/voicemail_tos_fragment.xml
index 4e143a5..17a1f74 100644
--- a/java/com/android/dialer/voicemail/listui/error/res/layout/voicemail_tos_fragment.xml
+++ b/java/com/android/dialer/voicemail/listui/error/res/layout/voicemail_tos_fragment.xml
@@ -71,8 +71,8 @@
     android:minHeight="56dp"
     android:paddingStart="16dp"
     android:paddingEnd="16dp"
-    android:paddingTop="10dp"
-    android:paddingBottom="10dp"
+    android:paddingTop="4dp"
+    android:paddingBottom="4dp"
     android:background="#ffffffff"
     android:orientation="horizontal">
     <TextView
diff --git a/java/com/android/dialer/voicemail/listui/res/layout/voicemail_tos_fragment.xml b/java/com/android/dialer/voicemail/listui/res/layout/voicemail_tos_fragment.xml
index dea41e7..d78d193 100644
--- a/java/com/android/dialer/voicemail/listui/res/layout/voicemail_tos_fragment.xml
+++ b/java/com/android/dialer/voicemail/listui/res/layout/voicemail_tos_fragment.xml
@@ -71,8 +71,8 @@
     android:minHeight="56dp"
     android:paddingStart="16dp"
     android:paddingEnd="16dp"
-    android:paddingTop="10dp"
-    android:paddingBottom="10dp"
+    android:paddingTop="4dp"
+    android:paddingBottom="4dp"
     android:background="#ffffffff"
     android:orientation="horizontal">
     <Button