Open randyfortier opened 8 years ago
Navbar scrolling working through ScrollView and HorizontalScrollView.
Did not make it a slide out panel, I think it's nice to have the option of seeing the folder as a constant on the side, and navbar seemed to be either hidden or the main focus.
As it is, the navbar will not scroll vertically. There is a ScrollView component you could wrap all the TextViews in that will solve this problem. It won't solve the horizontal text problem, though.
These two approaches could even be combined by putting a ListView into a DrawerLayout.