summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/voicemail/error/res/layout/voicemail_tos_fragment.xml
diff options
context:
space:
mode:
authormdooley <mdooley@google.com>2017-09-15 10:22:21 -0700
committerEric Erfanian <erfanian@google.com>2017-09-15 12:14:27 -0700
commit1bd727efdd4cb6c3651ddbe86f4ec8ce826ac419 (patch)
tree3a0b154618761137d9d71d77275b94b8e497c646 /java/com/android/dialer/app/voicemail/error/res/layout/voicemail_tos_fragment.xml
parent235ecb1b43c6afce0880d034f5bd33d2ce61c8ac (diff)
Updating voicemail TOS UI to match mocks
verizon TOS screen shot 1: https://drive.google.com/open?id=0B9o_KvtLkcuIU3VpLUpqcXBUYy1QY19UUk81a29sdGQyNEZZ verizon TOS screen shot 2: https://drive.google.com/open?id=0B9o_KvtLkcuIN3R6SUFjS3RVTWhZQUM1UzhoajhNUF9ZbzJJ non-verizon TOS screen shot: https://drive.google.com/open?id=0B9o_KvtLkcuIeVFYaWhYZmRzYVctU2F6N1VqazcycGpmNmRZ Bug: 37340510 Test: manual and update unit test PiperOrigin-RevId: 168851805 Change-Id: I7be27360093cae315b7249152e10d1beae5c5966
Diffstat (limited to 'java/com/android/dialer/app/voicemail/error/res/layout/voicemail_tos_fragment.xml')
-rw-r--r--java/com/android/dialer/app/voicemail/error/res/layout/voicemail_tos_fragment.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/java/com/android/dialer/app/voicemail/error/res/layout/voicemail_tos_fragment.xml b/java/com/android/dialer/app/voicemail/error/res/layout/voicemail_tos_fragment.xml
index ec8abed6d..184a81fec 100644
--- a/java/com/android/dialer/app/voicemail/error/res/layout/voicemail_tos_fragment.xml
+++ b/java/com/android/dialer/app/voicemail/error/res/layout/voicemail_tos_fragment.xml
@@ -29,33 +29,31 @@
android:layout_height="wrap_content"
android:paddingLeft="16dp"
android:paddingRight="16dp"
+ android:paddingTop="32dp"
android:orientation="vertical">
<ImageView
android:id="@+id/voicemail_image"
android:layout_width="@dimen/voicemail_tos_image_size"
android:layout_height="@dimen/voicemail_tos_image_size"
android:layout_gravity="center"
- android:paddingTop="24dp"
- android:visibility="gone"
+ android:paddingBottom="32dp"
android:importantForAccessibility="no"/>
<TextView
android:id="@+id/tos_message_title"
- android:textStyle="bold"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingTop="24dp"
- android:paddingBottom="12dp"
+ android:gravity="center_horizontal|top"
+ android:minHeight="20sp"
android:text="@string/verizon_terms_and_conditions_title"
- android:textColor="@color/primary_text_color"
- android:textSize="@dimen/call_log_primary_text_size"/>
+ style="@style/TosTitleStyle"/>
<TextView
android:id="@+id/tos_message_details"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:paddingTop="16dp"
android:paddingBottom="16dp"
android:text="@string/verizon_terms_and_conditions_1.1_english"
- android:textColor="@color/secondary_text_color"
- android:textSize="@dimen/call_log_detail_text_size"/>
+ style="@style/TosTextStyle"/>
</LinearLayout>
</ScrollView>
@@ -69,10 +67,12 @@
android:id="@+id/voicemail_tos_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ android:minHeight="56dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- android:paddingTop="20dp"
- android:paddingBottom="20dp"
+ android:paddingTop="10dp"
+ android:paddingBottom="10dp"
android:orientation="horizontal">
<TextView
android:id="@+id/voicemail_tos_button_decline"