Im implementing a ZoomButtonsController in my custom View and have been trying to figure out how to align it to the bottom right hand corner of the screen (it aligns to the bottom middle by default) but havent had any luck.
Im implementing a ZoomButtonsController in my custom View and have been trying to figure
Share
ZoomButtonsController can be defined in XML files and can be positioned accordingly , for eg.
This layout will make your zoomcontrols in top-right of the screen as defined by the attributes ,
so basically you can align your views by nesting them in a Layout (like RelativeLayout , LinearLayout etc.)