Created
July 11, 2019 13:14
-
-
Save galek/0af81df22377de94f8a5167db77b19ff to your computer and use it in GitHub Desktop.
colors.xml
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 xmlns:tools="http://schemas.android.com/tools"> | |
<color name="message_status_icon_colors" tools:override="true">#c1262b</color> | |
<color name="applozic_theme_color" tools:override="true">#c1262b</color> | |
<color name="applozic_theme_color_primary" tools:override="true">#c1262b</color> | |
<color name="applozic_theme_color_primary_dark" tools:override="true">#c1262b</color> | |
<color name="applozic_theme_color_accent" tools:override="true">#c1262b</color> | |
<color name="default_start_new_button_color" tools:override="true">#c1262b</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment