MahdiMoqadasi

Results 8 comments of MahdiMoqadasi

must add `.clearAllAnimations()` on detach method of activity lifeCycle that received in library. Or add this method: `MaterialShowcaseView.cancelAll();`

private static void setBackToTextView(MaterialShowcaseView input) { try { Field field = input.getClass().getDeclaredField("mDismissButton"); field.setAccessible(true); ((TextView) field.get(input)).setBackgroundResource(R.drawable.holo); ((TextView) field.get(input)).setPadding(30, 13, 18, 13); } catch (Exception e) { e.printStackTrace(); } }

Any update on this? Does anyone succeed on implement ios clients? Or how could we use Shell in iOS? I have a Mac version that uses v2ray-core, and it's working,...