highlight selected messages at the Conversation screen

This commit is contained in:
tibbi 2020-04-13 10:04:06 +02:00
parent a40438a08c
commit 854e125079
5 changed files with 13 additions and 3 deletions

View file

@ -6,7 +6,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/medium_margin"
android:layout_marginBottom="@dimen/medium_margin">
android:layout_marginBottom="@dimen/medium_margin"
android:foreground="@drawable/selector"
android:paddingStart="@dimen/activity_margin"
android:paddingEnd="@dimen/activity_margin">
<RelativeLayout
android:id="@+id/thread_message_wrapper"