Coordinatorlayout
最新の更新 | 安定版リリース | リリース候補版 | ベータ版リリース | アルファ版リリース |
---|---|---|---|---|
2023 年 10 月 4 日 | 1.2.0 | - | - | 1.3.0-alpha02 |
依存関係の宣言
CoordinatorLayout への依存関係を追加するには、Google の Maven リポジトリをプロジェクトに追加する必要があります。詳しくは、Google の Maven リポジトリをご覧ください。
アプリまたはモジュールの build.gradle
ファイルに、必要なアーティファクトの依存関係を追加します。
Groovy
dependencies { implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" }
Kotlin
dependencies { implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0") }
依存関係について詳しくは、ビルド依存関係の追加をご覧ください。
フィードバック
お寄せいただいたフィードバックは Jetpack 改善の参考にさせていただきます。新しい問題が見つかった場合や、このライブラリを改善するアイデアをお持ちの場合は、お知らせください。新しい問題を報告していただく前に、このライブラリの既存の問題をご確認ください。スターボタンをクリックすると、既存の問題に投票できます。
詳細については、Issue Tracker のドキュメントをご覧ください。
バージョン 1.3
バージョン 1.3.0-alpha02
2023 年 10 月 4 日
androidx.coordinatorlayout:coordinatorlayout:1.3.0-alpha02
がリリースされました。バージョン 1.3.0-alpha02 に含まれる commit については、こちらをご覧ください。
- バージョン バンプリリース、
1.3.0-alpha01
からの変更なし。
バージョン 1.3.0-alpha01
2023 年 9 月 20 日
androidx.coordinatorlayout:coordinatorlayout:1.3.0-alpha01
がリリースされました。バージョン 1.3.0-alpha01 に含まれる commit については、こちらをご覧ください。
新機能
- ページを上に移動、下にスクロール、ホームに移動、終了キーイベントのサポートを追加しました。(14719d3)
API の変更
CoordinatorLayout.java
に null 可能性アノテーションを追加しました。(Ieb647、b/236474453)
バグの修正
NestedScrollView
とCoordinatorLayout
に関して、上下の矢印キーやスペースキーなどのキーボード アクションを修正しました。(bdd72e6)
バージョン 1.2
バージョン 1.2.0
2022 年 1 月 12 日
androidx.coordinatorlayout:coordinatorlayout:1.2.0
がリリースされました。バージョン 1.2.0 に含まれる commit については、こちらをご覧ください。
1.1.0 以降の重要な変更
- CoordinatorLayout ルールでランタイムに表示されるアノテーションのみを保持(9ec7cb)
バージョン 1.2.0-rc01
2021 年 12 月 15 日
androidx.coordinatorlayout:coordinatorlayout:1.2.0-rc01
がリリースされました。バージョン 1.2.0-rc01 に含まれる commit については、こちらをご覧ください。
バージョン 1.2.0-beta01
2021 年 11 月 17 日
androidx.coordinatorlayout:coordinatorlayout:1.2.0-beta01
がリリースされました。バージョン 1.2.0-beta01 に含まれる commit については、こちらをご覧ください。
API の変更
- ベータ版の API が確定しました。
バージョン 1.2.0-alpha01
2021 年 11 月 3 日
androidx.coordinatorlayout:coordinatorlayout:1.2.0-alpha01
がリリースされました。バージョン 1.2.0-alpha01 に含まれる commit については、こちらをご覧ください。
バグの修正
- CoordinatorLayout ルールでランタイムに表示されるアノテーションのみを保持(9ec7cb)
バージョン 1.1.0
バージョン 1.1.0
2019 年 12 月 4 日
androidx.coordinatorlayout:coordinatorlayout:1.1.0
がリリースされました。バージョン 1.1.0 に含まれる commit については、こちらをご覧ください。
1.0.0 以降の重要な変更
- aosp/737190: CoordinatorLayout が
NestedScrollingParent3
を実装するようになり、CoordinatorLayout.Behavior
が新しいオーバーロードのonNestedScroll
を実装してBehaviors
を有効にすることで、ネストされたスクロールする子に消費するスクロール距離を報告できるようになりました(dispatchNestedScroll()
/onNestedScroll()
パスの間)。既存のonNestedScroll(CoordinatorLayout, V, View, int, int, int, int, int)
のサポートが終了したため、後継となるonNestedScroll(CoordinatorLayout, V, View, int, int, int, int, int, int[])
とBehavior
の実装を必要に応じて更新する必要があります。デベロッパーのコードが現在CoordinatorLayout#onNestedScroll(View, int, int, int, int, int)
をオーバーライドしている場合、それはもう呼び出されない可能性が高いので、代わりにCoordinatorLayout#onNestedScroll(View, int, int, int, int, int, int[])
をオーバーライドする必要があります。 - CoordinatorLayout をユーザー補助サービスに公開しました(aosp/1056175)
CoordinatorLayout.DefaultBehavior
アノテーションはサポートが終了しています。代わりにCoordinatorLayout.AttachedBehavior
インターフェースをご使用ください。
バージョン 1.1.0-rc01
2019 年 10 月 23 日
androidx.coordinatorlayout:coordinatorlayout:1.1.0-rc01
がリリースされました。バージョン 1.1.0-rc01 に含まれるコミットについては、こちらをご覧ください。
新機能
- CoordinatorLayout をユーザー補助サービスに公開しました(aosp/1056175)
バージョン 1.1.0-beta01
2019 年 6 月 5 日
androidx.coordinatorlayout:coordinatorlayout:1.1.0-beta01
がリリースされました。このバージョンに含まれるコミットについては、こちらをご覧ください。
バグの修正
- 非推奨のテストクラスから移行(aosp/853955)
バージョン 1.1.0-alpha01
2018 年 12 月 3 日
API の変更
aosp/737190: CoordinatorLayout が
NestedScrollingParent3
を実装するようになり、CoordinatorLayout.Behavior
が新しいオーバーロードのonNestedScroll
を実装してBehaviors
を有効にすることで、ネストされたスクロールする子に消費するスクロール距離を報告できるようになりました(dispatchNestedScroll()
/onNestedScroll()
パスの間)。既存のonNestedScroll(CoordinatorLayout, V, View, int, int, int, int, int)
のサポートが終了したため、後継となるonNestedScroll(CoordinatorLayout, V, View, int, int, int, int, int, int[])
とBehavior
の実装を必要に応じて更新する必要があります。デベロッパーのコードが現在
CoordinatorLayout#onNestedScroll(View, int, int, int, int, int)
をオーバーライドしている場合、それはもう呼び出されない可能性が高いので、代わりにCoordinatorLayout#onNestedScroll(View, int, int, int, int, int, int[])
をオーバーライドする必要があります。