renaming a view to make it clearer

This commit is contained in:
tibbi 2020-04-12 21:55:03 +02:00
parent aecaec8773
commit 98e20fc7cd
2 changed files with 8 additions and 7 deletions

View file

@ -18,7 +18,7 @@
app:layout_constraintWidth_percent="0.7">
<ImageView
android:id="@+id/thread_message_photo"
android:id="@+id/thread_message_sender_photo"
android:layout_width="@dimen/avatar_size"
android:layout_height="@dimen/avatar_size"
android:layout_alignBottom="@+id/thread_message_body"
@ -30,6 +30,7 @@
android:id="@+id/thread_mesage_attachments_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignStart="@+id/thread_message_body"
android:orientation="vertical" />
<ImageView
@ -48,7 +49,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/thread_mesage_attachments_holder"
android:layout_toEndOf="@+id/thread_message_photo"
android:layout_toEndOf="@+id/thread_message_sender_photo"
android:background="@drawable/item_received_background"
android:padding="@dimen/normal_margin"
android:textSize="@dimen/normal_text_size"