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 --- .../dialer/theme/common/res/values/text_styles.xml | 11 ----- .../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 +++-- 5 files changed, 59 insertions(+), 18 deletions(-) create mode 100644 java/com/android/incallui/calllocation/impl/res/values/styles.xml (limited to 'java/com') diff --git a/java/com/android/dialer/theme/common/res/values/text_styles.xml b/java/com/android/dialer/theme/common/res/values/text_styles.xml index df5dafa31..0d1fd850e 100644 --- a/java/com/android/dialer/theme/common/res/values/text_styles.xml +++ b/java/com/android/dialer/theme/common/res/values/text_styles.xml @@ -43,12 +43,6 @@ sans-serif-regular - - - - + + + + + + + + + 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