Question: Where can I find default styles xml with hexadecimal codes of colors?
I\'m looking for Style \'buttonStyle\' and other default styles witc
You can find default styles of android widgets when you declare in XML:
style="@android:style/Widget.Button" - standard Button
style="@android:style/Widget.TextView" - standard TextView
For example this is style of default button:
background of default button:
You can get the default color with the help of any graphics editor: path to default button NinePatch ..\android-sdk\platforms\android-13\data\res\drawable-hdpi