Project

General

Profile

« Previous | Next » 

Revision f1b8b412

Added by Leszek Koltunski about 6 years ago

Improve the Triblur app.

View differences:

src/main/res/values/colors.xml
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<resources>
3
<color name="blue">#ff0000ff</color>
4
<color name="black">#ff000000</color>
5
<color name="red">#ffff0000</color>
6
<color name="yellow">#ffffff00</color>
7
<color name="green">#ff00ff00</color>
3
    <color name="blue">#ff0000ff</color>
4
    <color name="black">#ff000000</color>
5
    <color name="red">#ffff0000</color>
6
    <color name="yellow">#ffffff00</color>
7
    <color name="green">#ff00ff00</color>
8
    <color name="cyan">#ff00ffff</color>
9
    <color name="white">#ffffffff</color>
8 10
</resources>

Also available in: Unified diff