diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-03-12 22:26:51 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-03-12 22:26:51 +0000 |
commit | c36254eeb76d9f89a7e30369f49984961fad90f1 (patch) | |
tree | 24ae15538a79453992862d1de816ab00d984f40a | |
parent | f6ca06713750ceca2ee28da80474116ed0b106a7 (diff) | |
parent | 32aa23f3fa0933cf453a8fb3169271c69b815a02 (diff) |
Merge "Make VVM Transcription Promo padding 4dp instead of 10dp"
-rw-r--r-- | java/com/android/dialer/voicemail/listui/error/res/layout/voicemail_tos_fragment.xml | 4 | ||||
-rw-r--r-- | java/com/android/dialer/voicemail/listui/res/layout/voicemail_tos_fragment.xml | 4 |
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 |