taowu750

Results 3 issues of taowu750

在 AvatarView.java 的 getDrawableFrom() 方法中发现执行到以下代码会出错: bitmap = Bitmap.createBitmap(drawable.getIntrinsicWidth(),drawable.getIntrinsicHeight(),Bitmap.Config.ARGB_8888); 这个代码在运行时会抛出异常: java.lang.IllegalArgumentException: width and height must be > 0

在 activity_attribute_setters.xml 文件中,这样使用了 NameCard 类: 经过我的测试发现,只有 app:age 属性能够使用,app:firstName 属性和 app:lastName 属性会报错。 我将 style.xml 中的 NameCard style 改为如下形式就可以正常使用了:

Log https://jitpack.io/com/github/taowu750/androidmvvm/1.3.4/build.log. I'm from China. My English is not very good. The log says that **"com.android.support:support-annotations:26.1.0"** has not been found, or it may fail to download. Why is this? This...

stale