android - Web view showing background in some activity but not in other? -


i have 2 activity both same , there layout same. in these web view used. transparent background set web view. appearing in 1 activity not in other may reasons? web view showing data assets folder used html. may reason.i have tried possible solution .any appreciated.

webview.setbackgroundcolor(0); webview.setbackgroundresource(r.drawable.botom_bg);//set background here 

try 2 line.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -