mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
410 B
21 lines
410 B
<?xml version="1.0" encoding="utf-8"?> |
|
<resources> |
|
<string-array name="chesssizes"> |
|
<item>2</item> |
|
<item>3</item> |
|
<item>4</item> |
|
<item>5</item> |
|
<item>6</item> |
|
<item>7</item> |
|
<item>8</item> |
|
<item>9</item> |
|
<item>10</item> |
|
<item>11</item> |
|
<item>12</item> |
|
<item>13</item> |
|
</string-array> |
|
<string name="chesspromptx"> |
|
Choose the width:</string> |
|
<string name="chessprompty"> |
|
Choose the height:</string> |
|
</resources>
|
|
|