Existing patches for android tabwidget to allow tabs on left-hand side?

后端 未结 2 1465
离开以前
离开以前 2021-01-06 00:48

My employer is having me work on an android application with very specific UI requirements. Specifically, we need an interface that looks exactly like a TabWidget interface.

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-06 01:29

    I've had this issue with tabs on the bottom. I ended up just copying all the tab background drawables and making buttons with stateful drawables and textcolor that looked like tabs which controlled a ViewFlipper in the main UI pane to switch between views.

提交回复
热议问题