Fixed
Status Update
Comments
al...@android.com <al...@android.com>
[Deleted User] <[Deleted User]> #2
Hello,
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs
and request features
on Google Cloud products. Please go through
I recommend you to
For now, I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
Thank you!
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com> #3
Released in 23.3.0.
Description
Update the dependencies;
...
dependencies {
compile 'com.android.support:design:23.2.1'
compile 'com.android.support:cardview-v7:23.2.1'
compile 'com.github.bumptech.glide:glide:3.6.0'
compile 'de.hdodenhof:circleimageview:1.3.0'
}
...
Update the layout_scrollFlags in activity_detail.xml by adding enterAlways;
...
<android.support.design.widget.CollapsingToolbarLayout
android:id="@+id/collapsing_toolbar"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_scrollFlags="scroll|enterAlwaysCollapsed|enterAlways"
android:fitsSystemWindows="true"
...
...
Run the app. Scroll up and down in the detail screen. Check the toolbar.