|
@@ -57,6 +57,20 @@
|
|
|
android:textIsSelectable="false"
|
|
|
tools:text="Talk to you later!" />
|
|
|
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/messageType"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/messageText"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ app:layout_alignSelf="center"
|
|
|
+ app:layout_flexGrow="1"
|
|
|
+ app:layout_wrapBefore="false"
|
|
|
+ android:text = "@string/hint_edited_message">
|
|
|
+
|
|
|
+ </TextView>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@id/messageTime"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -72,6 +86,7 @@
|
|
|
app:layout_wrapBefore="false"
|
|
|
tools:text="10:35" />
|
|
|
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/checkMark"
|
|
|
android:layout_width="wrap_content"
|