Jump to content

Recommended Posts

Posted

How can I change lines in my xml doc , so the sms and the mms not are on the same line when i make a custom homescreen ?

Guest Monolithix [MVP]
Posted

you need to put a tag for each type of message, eg:

<plugin clsid="{bleh}" etc etc >

  <text etc>

     SMS <unreadSMS/>

  </text>

</plugin>



<plugin clsid="{bleh}" etc etc >

  <text etc>

     MMS <unreadMMS/>

  </text>

</plugin>[/code] as apposed to:
[code]<plugin clsid="{bleh}" etc etc >

  <text etc>

     SMS <unreadSMS/> MMS <unreadMMS/>

  </text>

</plugin>

hope this helps

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.