mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 02:19:44 +00:00
Attempt to fix message input loading
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
6f59a881ec
commit
ff69f79196
@ -129,7 +129,7 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||||||
@Inject
|
@Inject
|
||||||
Cache cache;
|
Cache cache;
|
||||||
|
|
||||||
@BindView(R.id.input)
|
@BindView(R.id.nc_message_input)
|
||||||
MessageInput messageInput;
|
MessageInput messageInput;
|
||||||
@BindView(R.id.messagesList)
|
@BindView(R.id.messagesList)
|
||||||
MessagesList messagesList;
|
MessagesList messagesList;
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
android:id="@+id/messagesList"
|
android:id="@+id/messagesList"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_above="@+id/input"
|
android:layout_above="@+id/nc_message_input"
|
||||||
app:incomingDefaultBubbleColor="@color/white_two"
|
app:incomingDefaultBubbleColor="@color/white_two"
|
||||||
app:incomingDefaultBubblePressedColor="@color/white_two"
|
app:incomingDefaultBubblePressedColor="@color/white_two"
|
||||||
app:incomingDefaultBubbleSelectedColor="@color/colorPrimaryDark"
|
app:incomingDefaultBubbleSelectedColor="@color/colorPrimaryDark"
|
||||||
@ -63,13 +63,13 @@
|
|||||||
android:id="@+id/separator"
|
android:id="@+id/separator"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:layout_above="@+id/input"
|
android:layout_above="@+id/nc_message_input"
|
||||||
android:layout_marginLeft="16dp"
|
android:layout_marginLeft="16dp"
|
||||||
android:layout_marginRight="16dp"
|
android:layout_marginRight="16dp"
|
||||||
android:background="@color/nc_light_grey"/>
|
android:background="@color/nc_light_grey"/>
|
||||||
|
|
||||||
<com.stfalcon.chatkit.messages.MessageInput
|
<com.stfalcon.chatkit.messages.MessageInput
|
||||||
android:id="@+id/input"
|
android:id="@+id/nc_message_input"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user