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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

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