android - An existed Layout can not be resolved to a field -
I have a customized view, and in this moment of the game I am developing, I want to show a confirmation message. Am the user For confirmation message, I have created a new XML file in the Layouts folder, and in the cistomised view and in the game I am trying to refer to that layout:
Private Zero Show Confirmation ( ) {Layout Inflator MLUUIF = Layout Inflator. From (this.mctxtext); See ConfMSG_View = mLayoutInf.inflater (R.layout.confirm_msg, null); ............
But, at this stage, the eclipse underlines R.Layout.confirm_msg
with red and Says
Comments
Post a Comment