forked from melod1n/fast-messenger
Dark theme
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
android:gravity="end"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ru.melod1n.project.vkm.widget.CircleImageView
|
||||
<com.meloda.fast.widget.CircleImageView
|
||||
android:id="@+id/messageAvatar"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
@@ -30,7 +30,7 @@
|
||||
tools:text="10:15"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<ru.melod1n.project.vkm.widget.BoundedLinearLayout
|
||||
<com.meloda.fast.widget.BoundedLinearLayout
|
||||
android:id="@+id/messageBubble"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -42,7 +42,7 @@
|
||||
android:orientation="vertical"
|
||||
tools:background="@drawable/ic_message_bubble_out_simple">
|
||||
|
||||
<ru.melod1n.project.vkm.widget.WrapTextView
|
||||
<com.meloda.fast.widget.WrapTextView
|
||||
android:id="@+id/messageText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -60,7 +60,7 @@
|
||||
tools:text="Some text"
|
||||
tools:textColor="?android:textColorPrimary" />
|
||||
|
||||
</ru.melod1n.project.vkm.widget.BoundedLinearLayout>
|
||||
</com.meloda.fast.widget.BoundedLinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/messageAttachments"
|
||||
|
||||
Reference in New Issue
Block a user