Enum GridItemLayout
グリッド項目レイアウトGridItem の画像とテキストのスタイルを定義する列挙型。
プロパティ
プロパティ | タイプ | 説明 |
TEXT_BELOW | Enum | タイトルとサブタイトルは、グリッド アイテムの画像の下に表示されます。 |
TEXT_ABOVE | Enum | タイトルとサブタイトルは、グリッドアイテムの画像の上に表示されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 2024-12-03 UTC。"],[[["`GridItemLaytout` is an enum used to define the style of a `GridItem`."],["It offers two options: `TEXT_BELOW` to display text under the image and `TEXT_ABOVE` to display text above the image."]]],["`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"]]