Now that we have RTL text support in KitKat, I thought that a TextView that 
displays a vertical scrollbar would by default display it on the trailing 
side of the text. A simple experiment, though, shows that it always 
positions the scrollbar on the right, even when the text is right-to-left. 
(RTL text is correctly right-aligned automatically, but the scrollbar 
obscures the start of the text when it shows.) Is there a way of setting 
the TextView so that when the text is RTL, the scrollbar is automatically 
positioned on the left?

I suppose I could just use View.SCROLLBAR_POSITION_LEFT, but that's a 
terrible solution when the text directionality can change under user 
control (e.g., an EditText).

-- 
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/groups/opt_out.

Reply via email to