Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

是否可以后续支持年月日时这样的格式 #320

Open
tinglingmeng opened this issue Sep 22, 2022 · 1 comment
Open

是否可以后续支持年月日时这样的格式 #320

tinglingmeng opened this issue Sep 22, 2022 · 1 comment

Comments

@tinglingmeng
Copy link

<attr name="wheel_timeMode" format="enum">
    <enum name="none" value="-1" />
    <enum name="hour_24_no_second" value="0" />
    <enum name="hour_24_has_second" value="1" />
    <enum name="hour_12_no_second" value="2" />
    <enum name="hour_12_has_second" value="3" />
</attr>

现有时分这样的格式,是否可以新增只有时这样的格式

@liyujiang-gzu
Copy link
Member

<attr name="wheel_timeMode" format="enum">
    <enum name="none" value="-1" />
    <enum name="hour_24_no_second" value="0" />
    <enum name="hour_24_has_second" value="1" />
    <enum name="hour_12_no_second" value="2" />
    <enum name="hour_12_has_second" value="3" />
</attr>

现有时分这样的格式,是否可以新增只有时这样的格式

只要时的话,用NumberPicker就可以实现了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants