16
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Layout Validation を使いこなせ

Last updated at Posted at 2020-05-29

Layout Validation とは

Android Studio 4.0 から使えるようになった、様々な画面サイズやデバイスの構成におけるレイアウトを同時にプレビューするためのツールです。

画面サイズだけでなく、Dark Theme や色覚多様性、多言語、テキストサイズの変更までも確認することができます。

使い方

Android Studio 4.0 以降でレイアウトのファイルを開くと IDE に Layout Validation のボタンが表示されます。
layout-validation-tab.png

様々な画面サイズの確認

左上のドロップダウンより Pixel Devices を選択することで様々な Pixel 端末の画面サイズでのレイアウトを確認することができます。

Pixel Devices screen

色覚多様性の見え方の確認

左上のドロップダウンより Color Blind を選択することで色覚多様性の見え方を確認することができます。

Color Blind screen

フォントサイズの変更の確認

左上のドロップダウンより Font Sizes を選択することでテキストサイズが変更された場合の見え方を確認できます。

Font Sizes screen

Dark Theme の確認

左上のドロップダウンより Custom を選択するとドロップダウンの右に端末のアイコンが表示されます。
その端末のアイコンから表示されるポップアップで設定した端末の状態を追加することで様々なレイアウトの確認をすることができます。

Dark Theme の場合は

  • Theme に .DayNight
  • Night Mode に Night time

を設定することで Dark Theme のレイアウトの確認ができます。

Night Mode setting screen

そのほかにも横向きや多言語での確認も設定することができます。

これまで端末で設定を変更して確認していた部分が改善されて、レイアウトの確認が捗りますね😇

16
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?