Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个 xml 文件中有两个 NumberPickers,它们在应用程序中以普通方式显示。当我在 Eclipse 中更改为图形视图时,它们会以漂亮的边框背景显示。我怎样才能在我的应用程序中得到这个?
我不确定这是否是您的意思,但我认为此视图取决于设备上安装的 Android 版本。即,Android 2.0 设备以与 4.0 设备上的其他样式显示数字选择器。
这就是你需要的……
SimonVT/android-numberpicker
这是 Android 4.2 NumberPicker 的向后移植。
因此,您可以获得 4.2 主题的较低 API 的 android 版本。
设置非常简单,请尝试库包中的示例项目。