Hi guys,
I am using StdActionBar (ver 1.5) with 6 tabs. On Nexus 7 in portrait mode, the tabs became a drop down list. On my 5" phone, it looks normal( tab not became drop down list) Tab using NAVIGATION_MODE_TABS (Both using Jellybean)
Also tried on 4" phone with ICS, still looks normal.
I have a few questions :
1) is this a normal behavior ?
2) On Nexus 7, when page was sliding, but drop down list was not synchronized,
Tried to use this code, but no avail
Sub VP_PageSelected (Position As Int)
bar.SelectedIndex = vp.CurrentPage
End Sub
Tried change tab mode to NAVIGATION_MODE_LIST, but drop down list is not visible. Any solution to synchronized drop down and tabs.
Thanks in advance.