What does parent="android:Theme.Holo"
mean in res/values/styles.xml
?
<style name="activated_dark_item" parent="android:Theme.Holo">
<item name="android:background">@drawable/mDrawable</item>
</style>
Parent attribute means that your current themes extends this Parent theme. It has all its attributes that you can override in your current style. It is a kind of inheritance for styles.
You can also check here: http://developer.android.com/guide/topics/ui/themes.html#Inheritance
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With