android - Collapsing toolbar anchored view is hidding when collapse -


i need display textview (the circular shape "0") anchored toolbar, fab, must visible.

my problem when collapse toolbar (scrolling recyclerview), @ collapsed state, hides half of view... textview layout has properties:

app:layout_anchor="@id/appbar" app:layout_anchorgravity="bottom|center_horizontal" 

anyone knows how solve it?

expanded

collapsed

if want textview on toolbar, in case, can try set higher elevation value textview. in cases, worked me.

for example:

android:elevation="15dp" 

Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -