[missions] use android panes. show missions in pane to allow switching between mission view and map
mission lists are still displayed in dialogs
This commit is contained in:
16
images/missions.svg
Normal file
16
images/missions.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
|
||||
<defs>
|
||||
<mask id="mask">
|
||||
<path style="stroke:#000000;stroke-width:9;stroke-linejoin:miter" d="m 28,50 8,0 6,-14 8,0" />
|
||||
<circle cx="48" cy="48" r="40" style="fill:#ffffff" />
|
||||
</mask>
|
||||
</defs>
|
||||
<g style="opacity:0.8;fill:#ffffff;stroke:#ffffff;stroke-linecap:butt;stroke-linejoin:miter">
|
||||
<g mask="url(#mask)">
|
||||
<path style="opacity:0.5;fill:none;stroke-width:4" transform="rotate(45,48,48)" d="m 24,8 0,80 M 48,8 48,88 M 72,8 72,88 M 8,72 88,72 M 8,48 88,48 M 8,24 88,24" />
|
||||
</g>
|
||||
<circle cx="50" cy="36" r="4" style="stroke:none" />
|
||||
<circle cx="28" cy="50" r="4" style="stroke:none" />
|
||||
<path style="fill:none;stroke-width:3" d="m 28,50 8,0 6,-14 8,0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 766 B |
Reference in New Issue
Block a user