himanshu-soni / ChatMessageView

Android library to create chat message view easily
Apache License 2.0
643 stars 141 forks source link

arrowPosition : bottom & arrowGravity : end, not working properly #10

Closed franrc closed 7 years ago

franrc commented 8 years ago

Hi, I've been testing your library and I'd like to put the arrow on the bottom|right of the bubble.

app:cmv_arrowPosition="bottom" app:cmv_arrowGravity="end"

At this moment, there is no way, as far as I know, to put the bubble on the right part.

Can you help me with this?

Best regards

himanshu-soni commented 8 years ago

Hi, use following values, that will help you to achieve same:

app:cmv_arrowGravity="end"
app:cmv_arrowPosition="right"

Let me know if this help you.

Thanks

franrc commented 8 years ago

Thanks for your answer, but with that configuration, the arrow is at right of the bubble, and I want it to be at bottom|right.

Regards

himanshu-soni commented 8 years ago
screen shot 2016-01-11 at 6 53 31 pm

Is this you want to achieve?

franrc commented 8 years ago

No, this is what I want :)

image

himanshu-soni commented 7 years ago

@franrc fixed in v1.0.7