Anton Bevza

Results 9 comments of Anton Bevza

Hi! On some devices we have this problem. It's because of we are using canvas clipping in ShapeImageView. You can make quick fix by setting `android:layerType="software"`. But if you using...

Sorry @akshayNisos I can't clearly understand the problem. Can you provide more details?

Sorry @jordanfitnext I can't understand what you want to do. What "Google's Messages app" do you mean?

Hi @arogyakoirala Check this example: https://github.com/stfalcon-studio/ChatKit/blob/master/sample/src/main/java/com/stfalcon/chatkit/sample/common/data/model/Dialog.java

Hi! Do you use [Styling via attributes](https://github.com/stfalcon-studio/ChatKit/blob/master/docs/COMPONENT_MESSAGES_LIST.md#styling-via-attributes )?

Unfortunately, you can't just set bg color without change the shape of a bubble. `MessageListStyle` use this method to set bg color of a bubble: ```java private Drawable getMessageSelector(@ColorInt int...

Hi! Thanks! What method do you use for updating an item?

Strange... There is no logic for scrolling: ```java /** * Updates message by its id. * * @param message updated message object. */ public boolean update(MESSAGE message) { return update(message.getId(),...