adding some initial coloring at the incoming and outgoing messages
This commit is contained in:
parent
fc3e72d390
commit
d8b00aa4c9
6 changed files with 41 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:overScrollMode="ifContentScrolls"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:scrollbars="none"
|
||||
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager"
|
||||
app:stackFromEnd="true" />
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
android:id="@+id/thread_message_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/medium_margin"
|
||||
android:layout_marginBottom="@dimen/medium_margin"
|
||||
android:background="@drawable/item_received_background"
|
||||
android:padding="@dimen/activity_margin">
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
android:id="@+id/thread_message_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/medium_margin"
|
||||
android:layout_marginBottom="@dimen/medium_margin"
|
||||
android:background="@drawable/item_sent_background"
|
||||
android:padding="@dimen/activity_margin">
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue