How do I implement the \"raised button\" and the \"flat button\" as described in google\'s material design guidelines?
Raised buttons add dimension
In order to implement the flat buttons, you could just add style="?android:attr/borderlessButtonStyle".
style="?android:attr/borderlessButtonStyle"
Example:
Here's the reference for the attribute.