0

I am working on this POS project for android tablet. I've already created a nav drawer and when I click "Inventory" this page which is a fragment should show.

My question is

(1) how to create vertical tab widget that will show different layout. See picture below.

(2) how to divide the screen that will create vertical line as shown in the same picture.

Inventory

no_profile
  • 387
  • 5
  • 15
  • 1
    Thats Probably a `DraweLayout`but it seems always Open and not even overlay. See [This](https://stackoverflow.com/questions/17133541/navigation-drawer-set-as-always-opened-on-tablets) . Or i can be wrong maybe its something else (A Simple RecyclerView on left side of window but why Hamburger?) cause i never worked for Tablets . – ADM May 07 '19 at 04:51
  • Hamburger has nothing to do with the tab widget on the left. When hamburger is clicked, it will show the navigation drawer. – no_profile May 07 '19 at 05:01
  • Ok So you mean There is already a `DrawerLayout` which is closed in this image , Now i think this is just a `RecyclerView` of items in a `Fragment` . – ADM May 07 '19 at 05:10
  • Yes, there is already a DrawerLayout. Ok, will try that. Thanks! – no_profile May 07 '19 at 05:19

0 Answers0