SetApplicationAttribute(android:theme, "@style/AppTheme")
CreateResource(values-v21, theme.xml,
<resources>
<style name="AppTheme" parent="android:Theme.Material">
<item name="android:colorPrimary">#3e3e41</item>
<item name="android:colorPrimaryDark">#2d2d30</item>
<item name="android:colorAccent">#ebece8</item>
</style>
</resources>
)
CreateResource(values-v14, theme.xml,
<resources>
<style name="AppTheme" parent="@android:style/Theme.Holo.Light">
</style>
</resources>
)