[android-developers] Re: Custom theme for android DatePicker Dialog shows unpleasant border

2014-04-07 Thread Remo
Hi,

Did you got solution for this issue



On Saturday, August 4, 2012 5:00:33 PM UTC+5:30, smerag wrote:

 Hi,
 I am trying to use a custom date picker dialog
 for this I modified code as below

 @Override
 protected Dialog onCreateDialog(int id) {
 switch (id) {
 case DATE_DIALOG_ID:
  return new DatePickerDialog(this,Android.R.style.
 Theme_DeviceDefault_Light_Dialog, mDateSetListener, mYear, month, mDay);
 }
 return null;
 }

 after setting theme  I get an ugly non-transparent border around my date 
 picker when it is displayed:

 (screenshot here: http://i.stack.imgur.com/WO1YD.png)

 What can I do to get rid of the border?


 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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] application downloaded to phone but wont open

2014-04-07 Thread firebreather
I have a friend who downloaded a couple of my apps, but they wont open, 
even though their icons are on the phone. I think the error message was 
'not installed' although I'm not sure. I was able to open the apps by going 
to her google play store account, opening her 'my apps' tag, then hitting 
the open button. I should be able to open from her phone. now I'm getting 
some 1 star ratings from people saying the app won't open and it's killing 
me. any ideas?

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] application downloaded to phone but wont open

2014-04-07 Thread Marina Cuello
Did you define a launcher activity on your AndroidManifest.xml? That could
be a reason.

Marina


On Mon, Apr 7, 2014 at 6:45 PM, firebreather
michaelirvingbr...@gmail.comwrote:

 I have a friend who downloaded a couple of my apps, but they wont open,
 even though their icons are on the phone. I think the error message was
 'not installed' although I'm not sure. I was able to open the apps by going
 to her google play store account, opening her 'my apps' tag, then hitting
 the open button. I should be able to open from her phone. now I'm getting
 some 1 star ratings from people saying the app won't open and it's killing
 me. any ideas?

 --
 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 unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.