[android-developers] changing text color, font for datePicker widget

2012-08-07 Thread sweta
Hi, 

Kindly let me know how to change color, font size of text for datepicker 
widget.

Thanks

-- 
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

[android-developers] Re: changing text color, font for datePicker widget

2012-08-07 Thread sweta
tried setting below theme for activity in manifest but font color is not 
changing.

On Tuesday, August 7, 2012 4:35:15 PM UTC+5:30, sweta wrote:

 Hi, 

 Kindly let me know how to change color, font size of text for datepicker 
 widget.

 Thanks


-- 
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

[android-developers] Re: changing text color, font for datePicker widget

2012-08-07 Thread sweta
Tried setting colors  in values but not reflecting in the datepicker layout

On Tuesday, August 7, 2012 4:54:55 PM UTC+5:30, sweta wrote:

 tried setting below theme for activity in manifest but font color is not 
 changing.

 On Tuesday, August 7, 2012 4:35:15 PM UTC+5:30, sweta wrote:

 Hi, 

 Kindly let me know how to change color, font size of text for datepicker 
 widget.

 Thanks



-- 
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

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

2012-08-06 Thread sweta
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

[android-developers] Custom theme for android DatePicker dialog shows unpleasant border

2012-08-06 Thread sweta
Hi All,

I am trying to use custom DatePicker dialog.
For that I modified the OnCreateDialog method so that it returns a date 
picker with specific theme like this 
@Override
protected Dialog onCreateDialog(int id) {
switch (id) {
case DATE_DIALOG_ID:

return new 
DatePickerDialog(getActivity(),Android.R.style.Theme_DeviceDefault_Light_Dialog,
 
this, year, month, day);
 }
 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

Re: [android-developers] Re: implementation of kakao talk

2011-07-12 Thread sweta sweta
Thanks for the information

On Fri, Jul 8, 2011 at 4:21 PM, bash bashiratta...@googlemail.com wrote:

 Use the smack API for Android its very easy to use and implement an
 XMPP client with it. You can find it here http://code.google.com/p/asmack
 And documentation here http://www.igniterealtime.org/index.jsp
 A basic IM client is simple and straight forward , good luck

 --
 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 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

Re: [android-developers] Re: Patent Infringement notice by Lodsys.

2011-07-08 Thread sweta android
On Fri, Jul 8, 2011 at 9:33 AM, Chris crehb...@gmail.com wrote:

 I'm guessing whatever was communicated was sent 'in confidence' and by
 emanating the contents would hurt whatever case he had.  Best to leave this
 question alone for a lil while.

  --
 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 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

[android-developers] Instant messenger

2011-07-08 Thread sweta android
Hi All,


For my final year project I am planning to develop Instance messenger
application   for android platform.

which will be similar to popular android application  kakao talk .

can any one help to begin..


Thanks,
Shwetha

-- 
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

[android-developers] implementation of kakao talk

2011-07-08 Thread sweta sweta
Hi All,

For my final year project am planning to creat instant messaging
application.

Since kakao talk is very popular for android mobile.

 I would like to know underlying technology used for implementation of kakao
talk messenger.

can any one help me to start with this project.



-thanks

-- 
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