peacemaker Expert Licensed User Longtime User May 3, 2017 #1 How to implement vertically moving panels, manually like a shade: one layout is on the shade, if to swipe it up - it's another layout under the shade ? Task is to swipe the shade manually slowly, showing both layouts, one under another. upd - https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/ like here, but vertically is needed Last edited: May 3, 2017
How to implement vertically moving panels, manually like a shade: one layout is on the shade, if to swipe it up - it's another layout under the shade ? Task is to swipe the shade manually slowly, showing both layouts, one under another. upd - https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/ like here, but vertically is needed
Erel B4X founder Staff member Licensed User Longtime User May 3, 2017 #2 TabStripViewPager will not help. This old example can be modified to vertical orientation: https://www.b4x.com/android/forum/threads/8233/#content Upvote 0
TabStripViewPager will not help. This old example can be modified to vertical orientation: https://www.b4x.com/android/forum/threads/8233/#content
peacemaker Expert Licensed User Longtime User May 3, 2017 #3 THanks, Erel, but found this: http://stackoverflow.com/questions/13477820/android-vertical-viewpager Is it possible to add as some option ? Upvote 0
THanks, Erel, but found this: http://stackoverflow.com/questions/13477820/android-vertical-viewpager Is it possible to add as some option ?
peacemaker Expert Licensed User Longtime User May 3, 2017 #4 Actually - such interface is interesting to make: 1) One panel is a map 2) second panel is a scrollviewed panel that is swiped up and down. I guessed that it's possible to make by a vertical vewpager Upvote 0
Actually - such interface is interesting to make: 1) One panel is a map 2) second panel is a scrollviewed panel that is swiped up and down. I guessed that it's possible to make by a vertical vewpager