SlideDateTimePicker
SlideDateTimePicker copied to clipboard
how to hide a tab, keep one tab date or time ??
i want hide time tab,keep date tab, how i do?
same question. But how to only enable date picker? I want to disable time picker.
Not possible, see Issue #9
Below is how I made
In private void setupViews(View v), I added a line as below.
mSlidingTabLayout.setVisibility(View.INVISIBLE);
This way I just see date picker and time picker get hided...
@fparkar @buffol came across this but as you swipe left you will still see the time tab.
So i edited the ViewerPageAdapter on the getCount method and make it return 1 instead or 2