- prevent timeline jump up while TypingMessageView populated. Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com>
This commit is contained in:
parent
da9fdf1b18
commit
a9b8871177
|
@ -34,7 +34,7 @@ class TypingMessageAvatar @JvmOverloads constructor(
|
|||
) : LinearLayout(context, attrs, defStyleAttr) {
|
||||
|
||||
companion object {
|
||||
const val AVATAR_SIZE_DP = 24
|
||||
const val AVATAR_SIZE_DP = 20
|
||||
const val OVERLAP_FACT0R = -3 // =~ 30% to left
|
||||
}
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
android:paddingStart="20dp"
|
||||
android:paddingEnd="20dp"
|
||||
android:visibility="invisible"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="20dp"/>
|
||||
|
||||
<im.vector.app.core.ui.views.NotificationAreaView
|
||||
android:id="@+id/notificationAreaView"
|
||||
|
|
Loading…
Reference in New Issue