You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kv-color-picker/src/main/res/values/strings.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,12 @@
5
5
<stringname="label.rgba">RGB-A</string>
6
6
<stringname="label.grid">GRID</string>
7
7
<stringname="label.hsla">HSL-A</string>
8
+
<stringname="label.blend">BLEND</string>
8
9
<stringname="label.color.hex">Color Hex</string>
9
10
<stringname="title.pick.color">Pick your Color</string>
10
11
<stringname="phrase.selected.color">This is the selected\/generated color.</string>
11
12
<stringname="phrase.select.color.grid">By selecting color from the grid below, you can pick your color.</string>
12
13
<stringname="phrase.select.color.rgba">By dragging \'RED\', \'GREEN\', and \'BLUE\' bars below, you can select or generate your color you want exactly.</string>
13
14
<stringname="phrase.select.color.hsla">By dragging the slider in color bar and select the base color. Change the saturation, lightness and alpha of the selected color after that to get the exact color you want.</string>
15
+
<stringname="phrase.select.color.blend">By dragging the slider in color bars, select first and second color to blend. Then select how blended color bias to first and second is</string>
0 commit comments