在Pre-Lollipop设备中使用.xml向量时,应用程序崩溃Xamarin.Android
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Pre-Lollipop设备中使用.xml向量时,应用程序崩溃Xamarin.Android相关的知识,希望对你有一定的参考价值。
我在xamarin.android项目中使用.xml vector drawable。当我在棒棒糖前设备中运行应用程序时,应用程序崩溃是因为在棒棒糖前设备中不支持矢量绘制。
*我正在使用Xamarin.Android.Support.Vector.Drawable和Xamarin.Android.Support.v7.AppCompat,但它不起作用。
我能做什么?
- 我不想使用.png图像而不是.xml矢量!
答案
你可以在前棒棒糖的代码中设置图像矢量,例如:
ImageView image = new ImageView(this); image.SetImageResource(Resource.Drawable.dt);
以上是关于在Pre-Lollipop设备中使用.xml向量时,应用程序崩溃Xamarin.Android的主要内容,如果未能解决你的问题,请参考以下文章
我的 Material Design ActionBar 或 Lollipop 设备中的 StatusBar 上没有显示颜色,但在 Pre-Lollipop 设备的 ActionBar 中显示。为啥?
Media Session Compat 未在 Pre-Lollipop 上显示锁屏控件
如何为 Pre-lollipop 实现 Material-design Elevation