In Maximo Mobile there is a file called Mobilestyles.xml located in the following directory
maxi mo_h ome\ mobi leap plic atio ns\f rame work \mob ile- base -and roid -res ourc es\r es\v alue s
This files is where you can change the color of the text, in my example I will use red.
This is a color predefined in the colors.xml located in the same directory
Open the mobilestyles.xml using a text editor and look for the following section,
Change @color section to the color you want. Here I am using red,
You could also use #FF0000 instead of the word red. Since this is already defined in the colors.xml we can simply enter red.
save this file and run pack agem obil eand roid .cm d
The result will be red labels.
No comments:
Post a Comment