mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Add some whitespace to bottom of the chat
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
6504a3b6e7
commit
a8ee4a355b
2 changed files with 1 additions and 2 deletions
|
@ -1003,8 +1003,6 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||
fieldMap.put("limit", 10);
|
||||
fieldMap.put("setReadMarker", 1);
|
||||
|
||||
Log.d("MARIO lookIntoFuture", String.valueOf(lookIntoFuture));
|
||||
|
||||
int lastKnown;
|
||||
if (lookIntoFuture > 0) {
|
||||
lastKnown = globalLastKnownFutureMessageId;
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
android:layout_above="@+id/messageInputView"
|
||||
android:visibility="gone"
|
||||
app:dateHeaderTextSize="13sp"
|
||||
android:paddingBottom="4dp"
|
||||
app:incomingBubblePaddingBottom="@dimen/message_bubble_corners_padding"
|
||||
app:incomingBubblePaddingLeft="@dimen/message_bubble_corners_padding"
|
||||
app:incomingBubblePaddingRight="@dimen/message_bubble_corners_padding"
|
||||
|
|
Loading…
Reference in a new issue