commit | c36254eeb76d9f89a7e30369f49984961fad90f1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Mar 12 22:26:51 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 12 22:26:51 2018 +0000 |
tree | 24ae15538a79453992862d1de816ab00d984f40a | |
parent | f6ca06713750ceca2ee28da80474116ed0b106a7 [diff] | |
parent | 32aa23f3fa0933cf453a8fb3169271c69b815a02 [diff] |
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