Reputation: 502
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
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