view gtk/maximize.xpm @ 2564:607acfe2c504

Android: The *_from_file() functions now check the assets folder. Also try all the loadable file extensions that I am aware of for images. Not sure if I should try absolute paths too or just leave it only assets. Create an "assets" folder under main and put file.png and folder.png in. Create a subfolder "image" and put test.png in. This will create an app with the required images.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 May 2021 08:13:13 +0000
parents b3404a94a15d
children
line wrap: on
line source

/* XPM */
static char * maximize_xpm[] = {
/* width height num_colors chars_per_pixel */
"15 15 5 1",
/* colors */
" 	c white",
".	c #5f5f5f",
"X	c gray75",
"o	c gray70",
"O	c black",
/* pixels */
"              .",
" XXXXXXXXXXXX..",
" XooooooooooX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XooooooooooX..",
" XXXXXXXXXXXX..",
" ..............",
"..............."};