Help with a custom View attributes inside a Android Library Project

后端 未结 6 1008
眼角桃花
眼角桃花 2020-11-30 21:55

I have a custom PieTimer View in an Android Library Project

package com.mysite.android.library.pietimer;

public class PieTimerView extends View {
...
         


        
6条回答
  •  Happy的楠姐
    2020-11-30 22:28

    There is a known bug and its described here: bug #9656. I have also described why this happens in my blog post.

提交回复
热议问题