Fixed
Status Update
Comments
au...@google.com <au...@google.com>
au...@google.com <au...@google.com> #2
Thank you for reporting this issue.
Please provide the below details to investigate this issue further.
1. The file dynamic_action_bar.xml has many dependencies missed out here. So please attach your sample android project which reproduces the issue, zip it and share.
2. Explain the steps to reproduce the issue with your apk. Provide all necessary information to reproduce the issue.
3. Provide clarity on the expected and observed behavior along with the necessary screenshots.
JFYI, the latest support lib released is 26.1.0. So you can check with it and share the details if issue persists.
Please provide the below details to investigate this issue further.
1. The file dynamic_action_bar.xml has many dependencies missed out here. So please attach your sample android project which reproduces the issue, zip it and share.
2. Explain the steps to reproduce the issue with your apk. Provide all necessary information to reproduce the issue.
3. Provide clarity on the expected and observed behavior along with the necessary screenshots.
JFYI, the latest support lib released is 26.1.0. So you can check with it and share the details if issue persists.
au...@google.com <au...@google.com> #3
I am facing the same issue with 26.1.0 as well.
[Deleted User] <[Deleted User]> #4
The attachment is the sample project.
Steps to reproduce:
1. Launch the app
2. Scroll to "Title 20"
3. Fling down to show the action bar and the recycler view will stop scrolling at the same time.
4. Click on any item.
5. The click event will not be triggered.
The attachment of the first mail is the screen recording.
You can see more details in the first mail.
As you said that "This is a special release to integrate the Support Library with Lifecycles from Architecture Components. If you are not using the Lifecycles library, you don’t need to update from 26.0.2." on the release notes, so I don' t use the 26.1.0.
Steps to reproduce:
1. Launch the app
2. Scroll to "Title 20"
3. Fling down to show the action bar and the recycler view will stop scrolling at the same time.
4. Click on any item.
5. The click event will not be triggered.
The attachment of the first mail is the screen recording.
You can see more details in the first mail.
As you said that "This is a special release to integrate the Support Library with Lifecycles from Architecture Components. If you are not using the Lifecycles library, you don’t need to update from 26.0.2." on the release notes, so I don' t use the 26.1.0.
la...@gmail.com <la...@gmail.com> #5
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
Description
com.android.support:design:26.0.0
| | +--- com.android.support:multidex:1.0.1
| | +--- com.android.support:support-v4:26.0.0 (*)
| | +--- com.android.support:appcompat-v7:26.0.0
| | | +--- com.android.support:support-annotations:26.0.0
| | | +--- com.android.support:support-v4:26.0.0 (*)
| | | +--- com.android.support:support-vector-drawable:26.0.0
| | | | +--- com.android.support:support-annotations:26.0.0
| | | | \--- com.android.support:support-compat:26.0.0 (*)
| | | \--- com.android.support:animated-vector-drawable:26.0.0
| | | +--- com.android.support:support-vector-drawable:26.0.0 (*)
| | | \--- com.android.support:support-core-ui:26.0.0 (*)
com.android.support:multidex:1.0.1 should not be included in the design support library.