Need to fix Layout Showed Transparent Android while Creating Fragment -


hello have create 1 activity , have 3 fragment class.i facing problem if call fragment background transparant , can see previous fragment or activity can see , perform action on it.

i need fix solution. how possible.

thank in advance.

i suggest add properties top view of fragment's layout:

android:background="#fff" android:clickable="true" 

its should solve problem

android:clickable="true" enough didn't test it.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -