samsung-s8

Android S8+ warning message “does not support the current Display size setting and may behave unexpectedly”

家住魔仙堡 提交于 2019-12-22 10:40:02
问题 I have this warning message in Samsung S8+ Android 7: APP_NAME does not support the current Display size setting and may behave unexpectedly. What it means and how can I remove it? Thank you 回答1: Solved by adding in supports-screens android:xlargeScreens="true" and removing: android:requiresSmallestWidthDp="600" 回答2: So you need to create different folders and maintain all xml in those folders. The following is a list of resource directories in an application that provides different layout

Android S8+ warning message “does not support the current Display size setting and may behave unexpectedly”

纵然是瞬间 提交于 2019-12-05 20:03:49
I have this warning message in Samsung S8+ Android 7: APP_NAME does not support the current Display size setting and may behave unexpectedly. What it means and how can I remove it? Thank you Solved by adding in supports-screens android:xlargeScreens="true" and removing: android:requiresSmallestWidthDp="600" So you need to create different folders and maintain all xml in those folders. The following is a list of resource directories in an application that provides different layout designs for different screen sizes and different bitmap drawables for medium, high, and extra high density screens.