-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with disabled buttons for content #40
Comments
There are no place in the code where you guys are providing |
Please mention that you've got my point. |
Not only buttons, but all views are not disabled for me including relative layouts and edit text. |
Were you able to find a solution? |
When we are implementing this drawer layout and the content view contains buttons that are disabled after opening and closing the drawer layout all the buttons in the content become enabled.
The problem is in the next code(class DuoDrawerLayout):
if (mDragOffset == 0) { setViewAndChildrenEnabled(mContentView, true); setViewAndChildrenEnabled(mMenuView, false); }
The text was updated successfully, but these errors were encountered: