[android-developers] Activity pause timeout for HistoryRecord?

2010-08-27 Thread sansu
Hi, Some times alarm dialog is not displayed and no ringing or vibrate after alarm triggered. After the Alarm activity is started, it is immediately paused I think this is the cause Activity pause timeout for HistoryRecord. Does any one know when it will happen and how to fix this? Here is the

[android-developers] setting wma as alarm ringtone?

2010-01-18 Thread sansu
Hi, Can we set a wma song as alarm ringtone? I set a wma as alarm ringtone but it is playing the different one but it is working fine with mp3. Thanks in advance, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Dialog on Lock Screen

2010-01-11 Thread sansu
I need to display a dialog on top of lock screen when volume keys are pressed. How can I do this? Thanks in advance, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Changing text color when text is selected in EditText

2009-12-22 Thread sansu
Hi, I need to change the text color of the selected (highlited) text in an EditText. I tried like android:state_selected=true android:color=@android:color/white but it is not working. Can any one guide me where to set the color? Thanks, San -- You received this message because you are

[android-developers] Options Menu Font

2009-12-22 Thread sansu
Hi, I want to change the font size for all the options menu items globally, Can any one tell me how can I achieve that? Thanks in advance,... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] How to dismiss a Dialog when HOME key is pressed?

2009-11-09 Thread sansu
I need to dismiss a Dialog when HOME key is pressed, myDialog is shown using handler thread which is active for 5 seconds. I know that we can not interrupt the HOME key. When HOME key is pressed app is starting the HOME activity but myDialog is fullscreen one and shown for 5 seconds then it is