summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail
diff options
context:
space:
mode:
authoruabdullah <uabdullah@google.com>2018-03-12 14:11:30 -0700
committerCopybara-Service <copybara-piper@google.com>2018-03-12 15:15:23 -0700
commit32aa23f3fa0933cf453a8fb3169271c69b815a02 (patch)
tree24ae15538a79453992862d1de816ab00d984f40a /java/com/android/dialer/voicemail
parentf6ca06713750ceca2ee28da80474116ed0b106a7 (diff)
Make VVM Transcription Promo padding 4dp instead of 10dp
Decrease the padding from 10dp to 4dp for bottom and top Bug: 68727352 Test: N/A PiperOrigin-RevId: 188776245 Change-Id: I7ced053a5989e15e84fad6a264683a5c8e5d9339
Diffstat (limited to 'java/com/android/dialer/voicemail')
-rw-r--r--java/com/android/dialer/voicemail/listui/error/res/layout/voicemail_tos_fragment.xml4
-rw-r--r--java/com/android/dialer/voicemail/listui/res/layout/voicemail_tos_fragment.xml4
2 files changed, 4 insertions, 4 deletions
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 4e143a59a..17a1f74b6 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 dea41e76e..d78d193fd 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