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

ios - Is 'init' forbidden as *part* of a variable name? -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -

qt - Microsoft FTP Service 451 The parameter is incorrect -