Android 导航抽屉 Material 设计 - 圆形图像查看个人资料图片
Android Navigation Drawer Material Design – Circle Image View Profile Picture
我在 material 设计中实现了一个简单的导航抽屉,并将个人资料图片放在该抽屉的 header 中。此个人资料图片的类型为:de.hdodenhof.circleimageview.CircleImageView
当我在模拟器上 运行 我的应用程序并打开抽屉时,一旦图像可见,一切似乎都会冻结并缓慢移动。
我应该尝试另一种方法来舍入我的 ImageView 还是我错过了什么?
(我按照这个教程看了 100 遍:http://www.android4devs.com/2014/12/how-to-make-material-design-navigation-drawer.html)
使用CircleImageView
。这是一个很好的实现并遵循性能最佳实践。
我在 material 设计中实现了一个简单的导航抽屉,并将个人资料图片放在该抽屉的 header 中。此个人资料图片的类型为:de.hdodenhof.circleimageview.CircleImageView
当我在模拟器上 运行 我的应用程序并打开抽屉时,一旦图像可见,一切似乎都会冻结并缓慢移动。 我应该尝试另一种方法来舍入我的 ImageView 还是我错过了什么?
(我按照这个教程看了 100 遍:http://www.android4devs.com/2014/12/how-to-make-material-design-navigation-drawer.html)
使用CircleImageView
。这是一个很好的实现并遵循性能最佳实践。