I have such a problem, now I wrote a class that inherits the view, this class is to get the code drawn map, he wants to display it,
object of this class must be loaded in another class inside, there is a method to load in oncreate object of this class to setContentView method inside . But now I want to add another page of this figure , which is the need to combine the page layout and xml , but the layout of the page to load xml file also needs to be loaded inside the setContentView method , this method can not be used to load one side and load a class but I also want my painting Figure
displayed on the page , how do ah , seeking Great God help ! ! ! ! !
------ Solution ---------------------------------------- ----
is simply view and dynamically draw the map view , if the definition of a LinearLayout containers were put your xml parsed to this view , if the container, the last setContentView, argument is this LinearLayout container viewRoot.
LinearLayout viewRoot;
View xmlView = getLayoutInflater.inflate (R.layout.your_xml, null);
viewRoot.addView (xmlView, ...);
viewRoot.addView (YourImageViewClass, ...);
setContentView (xmlView);
------ eference ------------------------------- --------
explanation seems inconsistent with your text and meaning of the code written
------ eference ------------------------------------ ---
explanation seems inconsistent with your text and meaning of the code written
View xmlView = getLayoutInflater.inflate (R.layout.your_xml, null);
You mean let me give outermost layout file sets a View control is right
------ eference ------------------------------------ ---
explanation seems inconsistent with your text and meaning of the code written
sorry, wrong place , setContentView (viewRoot);
------ eference ---------------------- -----------------
explanation seems inconsistent with your text and meaning of the code written
sorry, wrong place , setContentView (viewRoot);
View xmlview = getLayoutInflater () inflate (R.layout.zz_xq, null).;
I say empty words what causes abnormal
------ eference --------------------------- ------------
explanation seems inconsistent with your text and meaning of the code written
sorry, wrong place , setContentView (viewRoot);
View xmlview = getLayoutInflater () inflate (R.layout.zz_xq, null).;
I say empty words what causes abnormal
viewroot.addView (xmlview);
This sentence is abnormal control my xmlview empty
没有评论:
发表评论