Created
April 18, 2017 04:29
-
-
Save suciptoid/dc5b0ad819dd839dc7c69e22619237f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style name="AppTheme.ButtonRounded"> | |
<item name="android:gravity">center_horizontal</item> | |
<item name="android:background">@drawable/rounded_button_background</item> | |
<item name="android:padding">8dp</item> | |
<item name="android:button">@android:color/transparent</item> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment