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.
カレンダーの日付選択イベントを完全に無効にせずに、カレンダービューのスクロールを無効にする方法はありますか?
私は 2 日間検索しましたが、リモートでも機能したのは、CalendarView オブジェクトを無効にすることだけでした。
CalendarView cal = (CalendarView) view.findById(R.id.calView); cal.setEnabled(false);
完璧ではありませんが、同じレイアウトで月から月へと移動する矢印がありました。あなたがより良い解決策を見つけたら、私はそれを聞いてうれしいです. 幸運を。