In Maximo Mobile there is a file called Mobilestyles.xml located in the following directory
maximo_home\mobileapplications\framework\mobile-base-android-resources\res\values
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 packagemobileandroid.cmd
The result will be red labels.
No comments:
Post a Comment