How to set font properties?
Edit following values in XML file: buttonFont = “Tahoma” buttonTextSize = “17” buttonFontColor = “0X000000” Just change these values in XML to desired ones.
How to set size of big and small buttons?
Edit following parameters in XML file: buttonW = “23” buttonH = “19” buttonSmallW = “3” buttonSmallH = “3” Just change numeric values to what you wish.
How to set button position?
Edit following parameter in XML : buttonPosition = “center” You have 5 different options: (“center”, “left”, “right”, “topleft”, “topright”)
How to change color of buttons?
Edit following parameter in XML : buttonColor = “0xFFFFFF” Color is in hexadecimal format. Simply change it to desired color (Black is “000000”).
How to change transition?
Edit following parameter in XML : transitionType = “blur” There are 6 transitions available. Simple change current value to one of the following: – blur – alpha – blurx – blury – x – y

11 Purchases
3 Comments