ldlywt

Results 9 issues of ldlywt

请问将WanAndroidApp 中的Hook打开,跑不起来,直接Crash ,请问什么原因 ? ` DexposedBridge.hookAllConstructors(ImageView.class, new XC_MethodHook() { @Override protected void afterHookedMethod(MethodHookParam param) throws Throwable { super.afterHookedMethod(param); DexposedBridge.findAndHookMethod(ImageView.class, "setImageBitmap", Bitmap.class, new ImageHook()); } });`

![image](https://user-images.githubusercontent.com/17981095/40707213-9a3ce050-6422-11e8-8aa5-d180f6c1dd03.png)

![image](https://user-images.githubusercontent.com/17981095/150060658-4f81a555-ef3a-450c-964f-ed890e2b350b.png) 代码设置如下: ``` val scanBox = mScanView.scanBox with(scanBox) { setBorderSize(ViewUtils.dpToPx(180, this@ParkletStationScanActivity), ViewUtils.dpToPx(180, this@ParkletStationScanActivity)) setMaskColor(ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorQrCodeOverlay)) setScanLineColor(listOf(ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorPrimary), ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorPrimary), ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorPrimary))) setCornerColor(ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorPrimary)) setScanNoticeText("") invisibleFlashLightIcon() **}** ``` 希望大佬有时间解一下

面试宝典写的很棒,希望能加点linux的面试知识点,还可以提供个赞赏二维码

我clone下来一直报这个错,怎么弄 ` Caused by: net.sqlcipher.database.SQLiteException: file is encrypted or is not a database: , while compiling: select count(*) from sqlite_master;`

你好,我想点击按钮后,图标竖直排列上去,我应该怎么设置,GridLayout好像不能设置竖直吧

如果pageview上面有一个seekbar,进度条一直在走的话,OnViewPagerListener会进行多次调用,如下图 ![image](https://user-images.githubusercontent.com/17981095/62199274-c6f66600-b3b5-11e9-8112-abc67dd17ad5.png) 求解