This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
rxjava-github/app/src/main/res/values/colors.xml

7 lines
208 B
XML
Raw Normal View History

2016-10-02 14:24:31 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2016-10-03 21:44:53 +00:00
<color name="colorPrimary">#123DE1</color>
2016-10-02 14:24:31 +00:00
<color name="colorPrimaryDark">#303F9F</color>
2016-10-03 21:44:53 +00:00
<color name="colorAccent">#22AACC</color>
2016-10-02 14:24:31 +00:00
</resources>