highlight selected messages at the Conversation screen
This commit is contained in:
parent
a40438a08c
commit
854e125079
5 changed files with 13 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue