滚动视图是否有可能与android中的日期选择器滚动视图相同?

时间:2015-06-04 07:00:48

标签: android uiscrollview

我尝试过与日期选择器相同的滚动视图,但失败了。

我完成了这段代码:

if (((ptr->next->value - ptr->value < 0) && is_ascending) || ((ptr->next->value - ptr->value > 0) && !is_ascending))) {
    ...
}

我的输出:

enter image description here

我想在我的示例中选择此滚动视图选择列表中的一个,如何将其作为日期选择器执行此操作。

预期输出:

enter image description here

0 个答案:

没有答案