2018年10月28日 星期日

android 宣告應用程式所支援的螢幕大小

Android 官網 - 宣告說明
---
android 宣告應用程式所支援的螢幕大小 : 在 AndroidMainfest.xml 內設定
<supports-screens android:resizeable=["true"| "false"]
                  android:smallScreens=["true" | "false"]
                  android:normalScreens=["true" | "false"]
                  android:largeScreens=["true" | "false"]
                  android:xlargeScreens=["true" | "false"]
                  android:anyDensity=["true" | "false"]
                  android:requiresSmallestWidthDp="integer"
                  android:compatibleWidthLimitDp="integer"
                  android:largestWidthLimitDp="integer"/>

沒有留言:

張貼留言