You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the above error with the starter app if I try to set the gravity. I looked into the code and wrote a spec to test the gravity= method, but it seems to be broken. I am new to Android, so I might be totally wrong, but by the looks of it, the layout_params used in RMQViewStyler is an instance of Android::View::ViewGroup::LayoutParams but that doesn't seem to implement gravity, rather one of it's subclasses does.
The text was updated successfully, but these errors were encountered:
I am getting the above error with the starter app if I try to set the gravity. I looked into the code and wrote a spec to test the gravity= method, but it seems to be broken. I am new to Android, so I might be totally wrong, but by the looks of it, the
layout_params
used in RMQViewStyler is an instance ofAndroid::View::ViewGroup::LayoutParams
but that doesn't seem to implement gravity, rather one of it's subclasses does.The text was updated successfully, but these errors were encountered: