It is easy to do it for user selected text, just use getSelectionStart () and getSelectionEnd() and use Spannable to set the styles.
On Nov 17, 10:49 am, Ram <[email protected]> wrote: > Hi Androids, > I have a problem as follows: > > In my project i am havingrichtexteditoroptions to apply for the > edittextview. > In that i applied font color,font names,font size options for user.But > these options will apply for wholetextavailable in edittext. > But my problem is i want to apply user selected settings (like font > color,size,font) for user selectedtextinstead of Wholetext. > i want to apply the user selected font/color/size to the user > selectedtext.How? > > How to implement this . > If any body knows answer please let me know that thing. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

