I need to find some default style values. In my case that is the default padding values of edittext. I found something in android-sdk-windows\platforms\android-xx\data\res\values\styles.xml, however there are no information about edittext padding.
Thanks in advance
EditTexts use a 9-patch image as background, so the padding is actually defined in the .9.png file referenced fromstyles.xmlasbackground.