|
|
@ -8,7 +8,7 @@
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/FakeChatViewOutgoingMessageBubble"
|
|
|
|
style="@style/FakeChatViewMessageBubble.Outgoing"
|
|
|
|
android:id="@+id/bubble1"
|
|
|
|
android:id="@+id/bubble1"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
android:layout_gravity="right" />
|
|
|
|
android:layout_gravity="right" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/FakeChatViewIncomingMessageBubble"
|
|
|
|
style="@style/FakeChatViewMessageBubble.Incoming"
|
|
|
|
android:id="@+id/bubble2"
|
|
|
|
android:id="@+id/bubble2"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
android:layout_gravity="left" />
|
|
|
|
android:layout_gravity="left" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/FakeChatViewOutgoingMessageBubble"
|
|
|
|
style="@style/FakeChatViewMessageBubble.Outgoing"
|
|
|
|
android:id="@+id/bubble3"
|
|
|
|
android:id="@+id/bubble3"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
android:layout_gravity="right" />
|
|
|
|
android:layout_gravity="right" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/FakeChatViewIncomingMessageBubble"
|
|
|
|
style="@style/FakeChatViewMessageBubble.Incoming"
|
|
|
|
android:id="@+id/bubble4"
|
|
|
|
android:id="@+id/bubble4"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
android:layout_gravity="left" />
|
|
|
|
android:layout_gravity="left" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/FakeChatViewIncomingMessageBubble"
|
|
|
|
style="@style/FakeChatViewMessageBubble.Incoming"
|
|
|
|
android:id="@+id/bubble5"
|
|
|
|
android:id="@+id/bubble5"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_width="@dimen/fake_chat_view_bubble_width"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|