LoginSignup
5
2

More than 3 years have passed since last update.

Galaxy S8などの新しい画面サイズ(18:9)の対応方法

Last updated at Posted at 2018-06-30

Galaxy S8などの最新スマホで出てきた、18.5:9といったアスペクトの画面サイズに対応する方法の備忘録です。

対応方法

対応方法は至って簡単で、AndroidManifest.xmlファイルにandroid.max_aspectでサポートする最大のアスペクト比率を指定するだけです。

AndroidManifest.xml
<meta-data android:name="android.max_aspect" android:value="2.1" />

参考文献

アプリをアップデートして Android の新しいハイエンド端末で大きなアスペクト比を活用する

5
2
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
5
2