Phuluso Ramulifho
Phuluso Ramulifho

Reputation: 498

How to design a android chat bubble with preview of any media file

I need to design an xml that has a chat bubble that's able to preview any media file like this

How can a design a chat bubble that won't show preview of image only but also other types of media files like videos, pdf, word media files.

Upvotes: 3

Views: 1192

Answers (1)

Burhanuddin Rashid
Burhanuddin Rashid

Reputation: 5370

You can use 9-Patch Images for bubble background. You can Draw 9-patch tool is a WYSIWYG editor included in Android Studio that allows you to create bitmap images that automatically resize to accommodate the contents of the view and the size of the screen. Selected parts of the image are scaled horizontally or vertically based on indicators drawn within the image.

Please follow this LINK

You can also use Android Asset Generator to generate 9-patch image HERE

Upvotes: 1

Related Questions