You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to show a RecyclerView(orientation - vertical) with each item as VerticalTextView (direction- down to top) but the items are not showing up.
I replaced the VerticalTextView with TextView, then it was showing.
I'm trying to show a RecyclerView(orientation - vertical) with each item as VerticalTextView (direction- down to top) but the items are not showing up.
I replaced the VerticalTextView with TextView, then it was showing.
How can I achieve this?