summaryrefslogtreecommitdiff
path: root/java/com/android/dialer
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-09 01:40:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-09 01:40:21 +0000
commit7fa0c7172602dca56296d10d5d8b703ab2341ead (patch)
tree5afeec11dbb9904b38dd2e9ffc71e63f5e0669b2 /java/com/android/dialer
parent683fdb16ae2f304587bc4ec0ff49e05343483d2c (diff)
parent724cc8f065b9ea737a11504d3f3c3691451c7914 (diff)
Merge changes I5e6a3c37,I33bd32fc,I3023b484,I0f0798a5
* changes: Show bubble when call connected and in-call UI not showing. Add divider line to nui voicemail alert Optimize characters sent to remote party for RTT chat. Refactor array of RttChatMessage to List.
Diffstat (limited to 'java/com/android/dialer')
-rw-r--r--java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml
index 28d639118..18a368647 100644
--- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml
+++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml
@@ -96,14 +96,11 @@
android:textColor="@color/dialer_theme_color"/>
</LinearLayout>
- <LinearLayout
- android:layout_width="0dip"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:layout_gravity="center"
- android:divider="?android:dividerHorizontal"
- android:gravity="center"
- android:orientation="vertical"
- android:showDividers="middle">
- </LinearLayout>
+ <View
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:layout_marginTop="8dp"
+ android:layout_marginBottom="8dp"
+ android:background="#12000000"/>
</LinearLayout>