mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 23:49:36 +08:00
22 lines
410 B
XML
22 lines
410 B
XML
<?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>
|