Skip to content

Commit

Permalink
fix lint issue due to non existence of default colors
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Jan 11, 2019
1 parent fd59a3b commit 65d9545
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions library/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<resources>
<!-- General -->
<color name="about_item_icon_color">#313131</color>
<color name="about_background_color">#FFFFFF</color>
<color name="about_separator_color">#e1e1e1</color>

<!-- Social -->
<color name="about_facebook_color">#3b5998</color>
Expand All @@ -10,4 +12,10 @@
<color name="about_play_store_color">#689F38</color>
<color name="about_youtube_color">#cd201f</color>
<color name="about_github_color">#333333</color>


<!-- Text -->
<color name="about_description_text_color">#595959</color>
<color name="about_item_text_color">#7c7c7c</color>
<color name="about_text_color">#595959</color>
</resources>

0 comments on commit 65d9545

Please sign in to comment.