fill out the other ends name, if we sent the message with searched text

This commit is contained in:
tibbi 2021-02-15 23:39:57 +01:00
parent 33a8b498f3
commit 37d063a3c9
2 changed files with 12 additions and 2 deletions

View file

@ -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" />