From 20f8f6018e0f80083ebbabb43965ec19996d5f87 Mon Sep 17 00:00:00 2001 From: wangqi Date: Tue, 26 Jun 2018 17:59:21 -0700 Subject: Update emergency call map and device number UI. Bug: 79878432 Test: manual PiperOrigin-RevId: 202228927 Change-Id: Ia68d3b1366a36ba5bdde85049b1b23ca98495ed1 --- .../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, 7 insertions(+), 59 deletions(-) delete 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 3a68bd4f6..b5f1e4bb3 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"/> - + diff --git a/java/com/android/incallui/calllocation/impl/res/values/styles.xml b/java/com/android/incallui/calllocation/impl/res/values/styles.xml deleted file mode 100644 index 45e9c98d4..000000000 --- a/java/com/android/incallui/calllocation/impl/res/values/styles.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - 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 4f8bbad5a..f4792d8ed 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,21 +19,19 @@ android:id="@+id/contactgrid_location_divider" android:layout_width="match_parent" android:layout_height="1dp" - android:layout_gravity="bottom" - android:background="#D8D8D8" + android:background="@color/dialer_divider_line_color" android:visibility="gone"/> \ No newline at end of file -- cgit v1.2.3