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.
これはよくある質問のようですが、ドキュメントを見つけるのは非常に困難です。独自のビューグループを作成し(できれば既存のビューグループを拡張して)、プログラムでビューを追加する方法を示す例を探しています。
ありがとう。
ビューグループ
ViewGroup は抽象的であり、そのonLayoutも抽象的です。したがって、ビューグループのすべての子 (ビュー) で位置を割り当てる onLayout の実装を提供する必要があります。