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

[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

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

[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(),And

[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); }

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

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

[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

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