Ty
Ty
```java btn_pay.getDelegate().setBackgroundColor(ContextCompat.getColor(context,R.color.colorPrimary)); ```
@CFFChi Sorry, I cannot reproduce this case myself. But there is another crash case I found. 1.Set white sms list only for ID( Indonesia ), meanwhile my WhatsApp and fb...
@CFFChi any release updates?
最底下的activity windowistranslucent=false
线程控制呢?如果是main函数,这样做是得不到回调的,如果是Android中,始终有个主线程在,可以得到回调
你在主线程中对一个子线程说,过一秒钟我再回来拿个东西,子线程就去做了,当说完这句话时,主线程看看还有没有事,没事就关了,sleep为了让主线程别关