use of edu.berkeley.cs.amplab.carat.android.ui.LocalizedWebView in project carat by amplab.
the class SuggestionsFragment method initUpgradeOsView.
private void initUpgradeOsView(View root) {
LocalizedWebView webview = (LocalizedWebView) root.findViewById(R.id.upgradeOsView);
webview.loadUrl("file:///android_asset/upgradeos.html");
//webview.setOnTouchListener(new FlipperBackListener(this, vf, vf.indexOfChild(findViewById(android.R.id.list))));
}
Aggregations