> > > I am thinking of having a spinner with a reversed direction , that's from
> > > right to left.

What you mean by this. If you mean Aligning text to right, then create
a class which extends BaseAdapter in that
- override the getView() method
- create a textview or create your layout in xml and use
LayoutInflater to add the xml layout to your adapter.
- use setGravity()

Nithin




On Mar 29, 3:19 pm, emna zeddini <zeddini.e...@gmail.com> wrote:
> Hello,
> Could you please explain a little more.
> Thanks in advance.
>
> 2010/3/29 Nithin <nithin.war...@gmail.com>
>
>
>
> > If you want the text to align to right, then create a custom adapter
> > which extends BaseAdapter and align the text to right.
>
> > Nithin
>
> > On Mar 29, 2:53 pm, emna zeddini <zeddini.e...@gmail.com> wrote:
> > > Good Morning,
> > > I am thinking of having a spinner with a reversed direction , that's from
> > > right to left.
> > > Have I to override the class spinner.java ?
> > > Cordially.
>
> > --
> > 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<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> > To unsubscribe from this group, send email to android-developers+
> > unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> > ME" as the subject.

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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to