如何在导航抽屉内保持布局缩放
how to keep a layout scaled inside navigation drawer
我正在为我的应用程序创建一个 导航抽屉,就像 Google Playstore 应用程序一样。根据 material 设计指南,顶部图像的比例应为 16:9 material design navigation drawer dimensions。
我使用了 16:9 图片,但布局在不同屏幕尺寸和横向模式下不稳定。
我如何在 xml 中执行此操作?
android:adjustViewBounds="true"
到您的 imageView
Look this关于图片比例
我正在为我的应用程序创建一个 导航抽屉,就像 Google Playstore 应用程序一样。根据 material 设计指南,顶部图像的比例应为 16:9 material design navigation drawer dimensions。 我使用了 16:9 图片,但布局在不同屏幕尺寸和横向模式下不稳定。 我如何在 xml 中执行此操作?
android:adjustViewBounds="true"
到您的 imageView
Look this关于图片比例