mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
add reset (rewind) icon
This commit is contained in:
parent
2bba9f66ca
commit
3422b27f97
2 changed files with 16 additions and 3 deletions
11
xwords4/android/XWords4/img_src/reset.svg
Normal file
11
xwords4/android/XWords4/img_src/reset.svg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120"
|
||||||
|
height="120" xml:space="preserve">
|
||||||
|
<g
|
||||||
|
id="g12"
|
||||||
|
transform="matrix(1.25,0,0,-1.25,0,120)">
|
||||||
|
<g transform='translate(79.95,67.35)' id='g764'>
|
||||||
|
<path style='fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 -30.38,-17.54 -30.38,0 -63.89,-19.35 -30.38,-38.7 -30.38,-21.16 0,-38.7 0,0 z' id='path766'/>
|
||||||
|
</g></g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 590 B |
|
@ -51,15 +51,17 @@
|
||||||
android:icon="@drawable/relabel__gen"
|
android:icon="@drawable/relabel__gen"
|
||||||
android:showAsAction="ifRoom"
|
android:showAsAction="ifRoom"
|
||||||
/>
|
/>
|
||||||
|
<item android:id="@+id/list_item_reset"
|
||||||
|
android:title="@string/list_item_reset"
|
||||||
|
android:icon="@drawable/reset__gen"
|
||||||
|
android:showAsAction="ifRoom"
|
||||||
|
/>
|
||||||
<item android:id="@+id/list_item_new_from"
|
<item android:id="@+id/list_item_new_from"
|
||||||
android:title="@string/list_item_new_from"
|
android:title="@string/list_item_new_from"
|
||||||
/>
|
/>
|
||||||
<item android:id="@+id/list_item_rename"
|
<item android:id="@+id/list_item_rename"
|
||||||
android:title="@string/list_item_rename"
|
android:title="@string/list_item_rename"
|
||||||
/>
|
/>
|
||||||
<item android:id="@+id/list_item_reset"
|
|
||||||
android:title="@string/list_item_reset"
|
|
||||||
/>
|
|
||||||
<item android:id="@+id/list_item_copy"
|
<item android:id="@+id/list_item_copy"
|
||||||
android:title="@string/list_item_copy"
|
android:title="@string/list_item_copy"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue