I am trying to implement a single page webview via your api and keep running into the "Couldn't resolve resource @id/centerLayout" error.
I took a look at your sample code and it works, but I try to do a single view it doesn't work. What I did is remove the webview references and put everything relevant into main references so WebView.xml and Webview.java were deleted.
I am trying to implement a single page webview via your api and keep running into the "Couldn't resolve resource @id/centerLayout" error.
I took a look at your sample code and it works, but I try to do a single view it doesn't work. What I did is remove the webview references and put everything relevant into main references so WebView.xml and Webview.java were deleted.
Here's what I have in MainActivity.java:
Then in main.xml I have:
And finally in my AndroidManifest.xml file: