Button on a required position in android

  • Replies:1
Hari Krishna G
  • Forum posts: 6

Sep 15, 2014, 2:41:32 PM via Website

I've a button on top of a back ground image in Relative Layout. The image itself contains the 'Register' button shaped image , So now I've placed a android button on the portion where exactly the Text "Register" is there . But my android button is going in different positions based on screens size. Please suggest me how do I place the android button on the required portion of image

Reply
Ashish Tripathi
  • Forum posts: 211

Sep 19, 2014, 9:03:59 AM via Website

Use table layout and add button in rows,

Reply