Layered image buttons

  • Replies:1
Dhananjay Singh Chauhan
  • Forum posts: 1

Jun 24, 2013, 10:33:43 AM via Website

Hi There,
I am developing an Android application. Please refer the image I have attached with this. There are 7-layers of click-able buttons. When these buttons are click I have performs various actions based on the button clicked. But I don't know how to implement this kind of layered button.

— modified on Jun 24, 2013, 10:34:37 AM

Reply
James Liu
  • Forum posts: 15

Jun 30, 2013, 5:36:30 PM via Website

Hi there,

For you problem, I think you can separate the button into two part (left part and right part), because the buttons on right part have the same height. So you can easily to layout them with linearlayout. For left part, just using one big image.

Thanks

Reply