File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<io .syslogic.colorpicker.ColorPickerView
19
19
android : id =" @+id/color_picker_view"
20
+ android : contentDescription =" @null"
20
21
android : layout_width =" wrap_content"
21
22
android : layout_height =" wrap_content"
22
23
android : layerType =" hardware"
39
40
40
41
<io .syslogic.colorpicker.ColorPickerPanelView
41
42
android : id =" @+id/old_color_panel"
43
+ android : contentDescription =" @string/text_label_old_color_panel"
42
44
android : layout_width =" 0dp"
43
45
android : layout_height =" match_parent"
44
46
android : layout_weight =" 0.50" />
53
55
54
56
<io .syslogic.colorpicker.ColorPickerPanelView
55
57
android : id =" @+id/new_color_panel"
58
+ android : contentDescription =" @string/text_label_new_color_panel"
56
59
android : layout_width =" 0dp"
57
60
android : layout_height =" match_parent"
58
61
android : layout_weight =" 0.50" />
Original file line number Diff line number Diff line change 17
17
18
18
<io .syslogic.colorpicker.ColorPickerView
19
19
android : id =" @+id/color_picker_view"
20
+ android : contentDescription =" @null"
20
21
android : layout_width =" wrap_content"
21
22
android : layout_height =" wrap_content"
22
23
android : layerType =" hardware"
39
40
40
41
<io .syslogic.colorpicker.ColorPickerPanelView
41
42
android : id =" @+id/old_color_panel"
43
+ android : contentDescription =" @string/text_label_old_color_panel"
42
44
android : layout_width =" 0dp"
43
45
android : layout_height =" fill_parent"
44
46
android : layout_weight =" 0.50" />
53
55
54
56
<io .syslogic.colorpicker.ColorPickerPanelView
55
57
android : id =" @+id/new_color_panel"
58
+ android : contentDescription =" @string/text_label_new_color_panel"
56
59
android : layout_width =" 0dp"
57
60
android : layout_height =" wrap_content"
58
61
android : layout_weight =" 0.50" />
Original file line number Diff line number Diff line change 4
4
<string name =" text_hexadecimal_value" >Hex Value</string >
5
5
<string name =" text_select_color" >Select Color</string >
6
6
7
+ <string name =" text_label_old_color_panel" >Old Color</string >
8
+ <string name =" text_label_new_color_panel" >New Color</string >
9
+
7
10
<string name =" text_label_hue" >Hue:</string >
8
11
<string name =" text_label_sat" >Sat:</string >
9
12
<string name =" text_label_val" >Val:</string >
You can’t perform that action at this time.
0 commit comments