Android - Styling Custom Dialog
I have a custom dialog in an xml layout. How can I style it so it: doesn't have a title in other cases when I do want a title, change the color of the title divider line has compl
Solution 1:
android customising style link
There is style folder inside res folder. Please take look over it. it basically xml file which has resource tags where you can configure you custom styling. And refer the same styling from style attribute in xml.
Post a Comment for "Android - Styling Custom Dialog"