fill out the other ends name, if we sent the message with searched text
This commit is contained in:
parent
33a8b498f3
commit
37d063a3c9
2 changed files with 12 additions and 2 deletions
|
|
@ -33,10 +33,13 @@
|
|||
<TextView
|
||||
android:id="@+id/search_result_date"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignTop="@+id/search_result_title"
|
||||
android:layout_alignBottom="@+id/search_result_title"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="@dimen/tiny_margin"
|
||||
android:alpha="0.7"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="@dimen/smaller_text_size"
|
||||
tools:text="08/02/2021" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue