Wha's the difference between the Android Theme.AppCompat and Base.Theme.AppCompat? When should we use the Base theme?
<style name="flatButton" parent="Base.Widget.AppCompat.Button.Borderless">
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="flatButton2" parent="Widget.AppCompat.Button.Borderless">
<item name="colorAccent">@color/colorAccent</item>
</style>