MFlisar

Results 75 comments of MFlisar

Would you accept a pull request? I would have some small other changes as wel...

1) I just meant that the generator gives an error if I use private fields in the main class. If I use them in an abstract base class, it just...

I don't know what `SettingsActivity.IScreenCreator` is... Seems to be the error... Should probably be `com.michaelflisar.materialpreferences.preferencescreen.interfaces.IScreenCreator`...

You should show the viewcase only if the activity has already drawn all it's views. A good point for showing it would be your activity's onResume...

Another good way that is not hoping for good timing is following: Post a method on a view directly or add a GlobalLayoutObserver and remove it after the first call......

If enabling mutlidex works, this means, the resulting apk has too many methods in it. Mostly this is due to google libraries, they are really large. Never include them as...

`MaterialShowcaseView.Builder` has following two functions: ``` builder.setUseAutoRadius(false); builder.setRadius(radius); ``` Use those in combination to achieve what you want

use the `addSequenceItem(MaterialShowcaseView sequenceItem)` function and create `MaterialShowcaseView` manually...

Here's my example function I use: ``` private static MaterialShowcaseView create(Activity activity, View view, int content, String id, Integer radius) { MaterialShowcaseView.Builder builder = new MaterialShowcaseView.Builder(activity) .setTarget(view) //.setDismissText(button) //.setDismissTextColor(Tools.getThemeColor(activity, R.attr.colorPrimary))...

Should really be merged, that's something that is really hard to find as the only message github and netlify tell you is following: `Cannot find module '@julian_cataldo/astro-lightbox/Lightbox.astro' or its corresponding...