Dark theme
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
android:gravity="start"
|
||||
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"
|
||||
@@ -17,7 +17,7 @@
|
||||
android:layout_marginBottom="8dp"
|
||||
tools:src="?colorAccent" />
|
||||
|
||||
<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"
|
||||
@@ -29,7 +29,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"
|
||||
@@ -47,7 +47,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