Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Enum GridItemLayout
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
GridItemLayout
GridItem の画像とテキスト スタイルを定義する列挙型。
プロパティ
| プロパティ | 種類 | 説明 |
TEXT_BELOW | Enum | タイトルとサブタイトルは、グリッド アイテムの画像の下に表示されます。 |
TEXT_ABOVE | Enum | タイトルとサブタイトルは、グリッド アイテムの画像の上に表示されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-04-13 UTC。
[null,null,["最終更新日 2026-04-13 UTC。"],[],["`GridItemLayout` is an enum that specifies the layout of a `GridItem`. It controls the positioning of the item's title and subtitle relative to its image. The `TEXT_BELOW` option places the title and subtitle underneath the image. The `TEXT_ABOVE` option places the title and subtitle above the image. These two enum values are the only options available for customizing the text position within a `GridItem`.\n"]]