SwordBearer
SwordBearer
Could you tell me how to calculate the view's position after translated/Scaled ? I know view.setTranslationX() and view.setTranslationY() don't change the view's real position( because the view's getLeft() and getTop()...
亲测遇到的问题,没注意,没加proguard,打包就崩溃了 #------- EventBus ------------ -keepattributes *Annotation* -keepclassmembers class ** { @org.greenrobot.eventbus.Subscribe ; } -keep enum org.greenrobot.eventbus.ThreadMode { *; } -keepclassmembers class * extends org.greenrobot.eventbus.util.ThrowableFailureEvent { (java.lang.Throwable); }
如题,这是大学时做的小项目,自己玩的,已经不维护了