From d77460f7c8f2a5436fe5ef229917e1ca29ffb96a Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Tue, 10 Jul 2018 18:39:54 +0000 Subject: Revert "Update emergency call map and device number UI." This reverts commit 20f8f6018e0f80083ebbabb43965ec19996d5f87. Change-Id: I170c7dff3dff788bf12e9572195ddb3453f058bb --- .../impl/res/layout/fragment_incoming_call.xml | 7 +++- .../impl/res/drawable/bg_location_card.xml | 2 +- .../calllocation/impl/res/values/styles.xml | 47 ++++++++++++++++++++++ .../contactgrid/res/layout/device_number_row.xml | 10 +++-- 4 files changed, 59 insertions(+), 7 deletions(-) create mode 100644 java/com/android/incallui/calllocation/impl/res/values/styles.xml (limited to 'java/com/android/incallui') diff --git a/java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call.xml b/java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call.xml index b5f1e4bb3..3a68bd4f6 100644 --- a/java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call.xml +++ b/java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call.xml @@ -118,9 +118,9 @@ android:layout_marginStart="24dp" android:layout_marginEnd="24dp"/> + + layout="@layout/device_number_row" + android:layout_width="match_parent" + android:layout_height="wrap_content"/> - + diff --git a/java/com/android/incallui/calllocation/impl/res/values/styles.xml b/java/com/android/incallui/calllocation/impl/res/values/styles.xml new file mode 100644 index 000000000..45e9c98d4 --- /dev/null +++ b/java/com/android/incallui/calllocation/impl/res/values/styles.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + diff --git a/java/com/android/incallui/contactgrid/res/layout/device_number_row.xml b/java/com/android/incallui/contactgrid/res/layout/device_number_row.xml index f4792d8ed..4f8bbad5a 100644 --- a/java/com/android/incallui/contactgrid/res/layout/device_number_row.xml +++ b/java/com/android/incallui/contactgrid/res/layout/device_number_row.xml @@ -19,19 +19,21 @@ android:id="@+id/contactgrid_location_divider" android:layout_width="match_parent" android:layout_height="1dp" - android:background="@color/dialer_divider_line_color" + android:layout_gravity="bottom" + android:background="#D8D8D8" android:visibility="gone"/> \ No newline at end of file -- cgit v1.2.3