使用MvvmCross绑定android Drawable

时间:2014-03-25 08:19:00

标签: android xamarin mvvmcross

我有以下代码:

 <shape xmlns:android="http://schemas.android.com/apk/res/android"    
            xmlns:local="http://schemas.android.com/apk/res-auto"> 
     <solid android:color="#000000" /> 
   ... 
 </shape> 

如何为'android:color =“#000000”'做颜色装订

这个drawable是从绑定视图引用的。

感谢名单

1 个答案:

答案 0 :(得分:0)

我认为这是可行的。但是,使用的确切技术将取决于您可绘制的完整代码,以及您的drawable的使用方式。

如果你看看像Change drawable color programmaticallySet android shape color programmatically这样的Android / Java问题,那么他们会给你一些如何实现效果的想法 - 但使用的确切技巧将取决于你的个人情况。

作为第一阶段,我建议使用一些代码进行原型设计以使颜色更改起作用 - 然后可以轻松地将其连接到可以数据绑定的C#View属性。