-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
package com.example.dom.primehousemodern.fragments;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.webkit.WebView;
import com.example.dom.primehousemodern.R;
/**
* A simple {@link Fragment} subclass.
*/
public class FragmentLearnMenu_Jilichnie extends Fragment {
WebView offlinebrowser;
public FragmentLearnMenu_Jilichnie() {
// Required empty public constructor
}
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View v=inflater.inflate(R.layout.fragment_learn_menu__jilichnie, container, false);
offlinebrowser = (WebView) v.findViewById(R.id.offlinebrowser);
offlinebrowser.loadUrl("file:///android_asset/learnmenu1_jilichnieotnoshenia.html");
return v;
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
