Cam Clendenin
Cam Clendenin
@ant-ia You can use `padding` instead of `margin` like so: ``` android:paddingBottom="8dp" android:paddingEnd="8dp" ```
@chitrey I solved this by adding the following in my activity which contains the slyce messaging fragment. It's a bit ugly IMO but it works. At the end of onCreate()...
I'm looking for something similar... right now I came up with something like this: ```swift galleryViewController.landedPageAtIndexCompletion = { index in let items = delegate.galleryItems let focusedItem = items[index] // try...