Mandar Kakade
Mandar Kakade

Reputation: 502

How to make a control in android like following?

enter image description here

I have tried using FrameLayout but it doesnt solve my problem. I want this control to be adaptable to different texts and different images. Please help.

Upvotes: 2

Views: 65

Answers (1)

mehmetminanc
mehmetminanc

Reputation: 1379

Use a 9 patch image as the background of a Button or ImageButton. Read more on 9 patches:

http://developer.android.com/tools/help/draw9patch.html http://developer.android.com/reference/android/graphics/NinePatch.html

Upvotes: 3

Related Questions