XML Button Creator
Articat
Free
rated 3.1 stars
5,000+
downloads
About XML Button Creator
The program allows you to quickly create buttons in your own style and save it as an XML file on the memory card for use in your android projects.
The choice of colors to create a button by setting their ARGB values, or from the list of primary colors. Are now available:
Safety Web colors;
Android Material design colors;
Windows 8 Metro design colors.
When you click in the application menu "Create XML", will be set up to 5 files:
button.xml - button in normal (not pressed) state;
button_pressed.xml - button pressed;
button_selector.xml - state change buttons;
button_text_color_selector.xml - change the color of the text on the button in the normal and depressed;
layout.xml - in fact, the button itself with reference to the selectors.
Just copy the first 4 file to your project on the road YourProject / res / drawable and the button itself from the file layout.xml at the desired position.
The choice of colors to create a button by setting their ARGB values, or from the list of primary colors. Are now available:
Safety Web colors;
Android Material design colors;
Windows 8 Metro design colors.
When you click in the application menu "Create XML", will be set up to 5 files:
button.xml - button in normal (not pressed) state;
button_pressed.xml - button pressed;
button_selector.xml - state change buttons;
button_text_color_selector.xml - change the color of the text on the button in the normal and depressed;
layout.xml - in fact, the button itself with reference to the selectors.
Just copy the first 4 file to your project on the road YourProject / res / drawable and the button itself from the file layout.xml at the desired position.