We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment Autosize Version: 1.1.2 Target Android Version: Android 7.1.2 Device Model: VIVO Y79 Device Resolution: 1440720 Design Size On AndroidManifest:375667
Bug Description: 正常显示如下图:
旋转屏幕后底部横向列表有些item被拉伸了:
再旋转回来也是同样的问题,高度也出现了错位:
代码中使用了下面的方法: @Override public Resources getResources() { AutoSizeCompat.autoConvertDensity(super.getResources(), 375, currentOrientation == PORTRAIT); return super.getResources(); }
@Override public Resources getResources() { AutoSizeCompat.autoConvertDensity(super.getResources(), 375, currentOrientation == PORTRAIT); return super.getResources(); }
非必现,列表来回滑动后可能会正常。
The text was updated successfully, but these errors were encountered:
#59
Sorry, something went wrong.
No branches or pull requests
Environment
Autosize Version: 1.1.2
Target Android Version: Android 7.1.2
Device Model: VIVO Y79
Device Resolution: 1440720
Design Size On AndroidManifest:375667
Bug Description:
正常显示如下图:
旋转屏幕后底部横向列表有些item被拉伸了:
再旋转回来也是同样的问题,高度也出现了错位:
代码中使用了下面的方法:
@Override public Resources getResources() { AutoSizeCompat.autoConvertDensity(super.getResources(), 375, currentOrientation == PORTRAIT); return super.getResources(); }
非必现,列表来回滑动后可能会正常。
The text was updated successfully, but these errors were encountered: