summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-04-02 14:32:09 -0700
committerCopybara-Service <copybara-piper@google.com>2018-04-02 14:47:12 -0700
commit9a625f8919189fd65de023bd15de5c64f7762b27 (patch)
tree0be28f62ae1118802701124dd24799e474f1429d /java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml
parenta462370fa5d9517c6dc0dee92a10e4231b46f43c (diff)
Update contact photo for RTT call screen.
Bug: 70177426 Test: manual PiperOrigin-RevId: 191348602 Change-Id: I332d53ab0c3c628b3dca0c184435bafcf2a13d02
Diffstat (limited to 'java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml')
-rw-r--r--java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml b/java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml
index 54b0f4f6a..5f1714250 100644
--- a/java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml
+++ b/java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml
@@ -26,8 +26,8 @@
android:orientation="horizontal">
<ImageView
android:id="@+id/rtt_chat_avatar"
- android:layout_width="40dp"
- android:layout_height="40dp"
+ android:layout_width="@dimen/rtt_avatar_size"
+ android:layout_height="@dimen/rtt_avatar_size"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:visibility="gone"