summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/res/layout/rtt_chat_list_item.xml
diff options
context:
space:
mode:
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"