-
-
Save codeforfun-jp/dc27819f13cfba2b5775e0cd13259365 to your computer and use it in GitHub Desktop.
Android Studio AlertDialog Customize - Java
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<color name="black">#FF000000</color> | |
<color name="white">#FFFFFFFF</color> | |
<color name="blue">#303F9F</color> | |
<color name="orange">#FFC107</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment