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? -

c# - Get the Class name in a class with atribute inside a attribute method -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -