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.
TimePickerこんにちは、Androidについて質問があります。このガイドに従って、タイムピッカーを作成しました。それは機能しますが、問題は、 +または-を押して時間を変更するのではなく、このようなスクロール可能なオプションを持つタイムピッカーが必要なことです。
TimePicker
ページとコードを調べましたが、スクロール可能なピッカーに変更する方法がわかりません。
私がしたことは、ライブラリapp_compatv7 を追加して追加したことです
<style name="AppBaseTheme" parent="Theme.AppCompat.Light"> <!-- API 11 theme customizations can go here. --> </style>
テーマをに追加して、manifest.xml新しいものを取得しますdate picker
manifest.xml
date picker