Skip to content Skip to sidebar Skip to footer

Android Toolbar Color Is Turning To Blue When Come From Fragment

I have an app that works without problems.In this app, I display the products from the server.When you click on one of the products, we enter the details activity to show details.E

Solution 1:

Can you please change the background of NestedScrollViewand make the background as android:background="@color/gray200". It should work fine.


Post a Comment for "Android Toolbar Color Is Turning To Blue When Come From Fragment"