0

I know, can use recycleview, that is not a problem. I can also use horizontalviews in recycleviews, that is not a problem also.But I failed to start loading the data start from right-most end, which I failed to do. There is no binding that I have to use recycleview. SO, I also tried horizontal listview also. But I could not load data from the right-most end with it, also.

Any kind of help will be appreciable.

Thanks in advance.

1 Answers1

0

Set gravity of raw file layout to end /right it should work.

Dipali Shah
  • 3,742
  • 32
  • 47
  • if you want to set alignment to right this is it. And if you want everything to start from right for every component in your Application set "application:rtl = true" in manifest application tag. – Dipali Shah May 28 '16 at 12:01