TRY YOURSELF with this little help
Well, to move the alarm you should find this string in your layout under
- <object name="StatusIndication">
<attr value="4"/> <attr value="116"/> <attr value="238"/> <attr value="262"/
<attr value="5"/> <!-- Alarm -->
</attributes>
</object>
Now the values here are:
first 2 values: Control left (lower value) and right (higher value)
second 2 values: Control top screen (lower value) and lower screen (higher value)
third: I dont know what it controls smile.gif
all you have to do is to try and test with diferent values until you found the correct one.
This is example for 240x320 screen.