When defining themes, one usually uses the theme provided by the system, and then changes modifies the look to fit his own application. For example, this is how the Theme.AppCompat theme is inherited:
<style name="AppTheme" parent="Theme.AppCompat">
<item name=&quo...