Alex Curran

Results 44 comments of Alex Curran

So I had a go an doing this and it is actually possible to implement without changing the ShowcaseView API itself. You can do this: ``` java Button button =...

Which version of the library are you using? And on which devices do these crashes happen?

`layout_*` attributes cant be added to a `TextAppearance`. I'll think about the best way to add this feature but in the meantime you could try to use `lineSpacingExtra` instead?

Not sure if it will work, but will be interesting to see if it does!

:+1: I will have an investigate too, it may require a similar method to the ToolbarActionItemView in the sample https://github.com/amlcurran/ShowcaseView/blob/master/sample/src/main/java/com/github/amlcurran/showcaseview/sample/ToolbarActionItemTarget.java

Yeah unfortunately NavigationView has no external API (what a surprise...), so this isn't currently possible in any other way from @Burtan's example above. Will raise an issue with Google, and...

Hi, This wouldn't be something I'd look to support in the library because it is quite a specialised use case. Recently, I've added a new API for creating your own...

How exactly would you want to reposition it? An example will help me figure out if the functionality is currently available!

OK, and how does it look if you don't force the position?

OOH not ideal. Will take a look, thanks!