You can open android-sdk-windows\platforms\android-6\data\res\values\styles.xml and copypaste your style from there.
I can see in there something like
So you can define the same or similar style in your code. Generally, data/res
directory in android SDK contains many interesting resources.