[android-developers] Re: Ringtones saved from audio files in SD card disappear after reboot

2010-05-23 Thread Nolan Lawson
Also, does anyone know where the documentation is for "ringtones" and "notifications" being keywords for folder names? I looked in both RingtoneManager and MediaStore, but couldn't find any mention of it. Also, I've only tested this on a Nexus One running Eclair, so

[android-developers] Ringtones saved from audio files in SD card disappear after reboot

2010-05-23 Thread Nolan Lawson
I'm having a problem creating ringtones from files saved to the SD card. I have succeeded in getting the information to be written to the MediaStore database, and the files do show up in Settings -> Sound & Display -> Phone ringtone. However, as soon as I reboot the phone, the files disappear fro

[android-developers] Re: Italics clipped in widget

2010-02-16 Thread Nolan Lawson
I saw this happen in my app, too. The only way I've been able to get around it is to add a   to the HTML. So e.g.: myTextView.setText(Html.fromText(myString + " ")); On Feb 8, 11:03 am, songs wrote: > I've got a button with italics text in an app widget and the last > letter gets clipped when