fields cannot be resolved
Hi Cliff
It's me again. From the last directions that you sent me. The btn_dialog using the CTRL space option. But for the other fields there are on lists using the CTRL space trick. I incuded the R. file at the botton of the attachment.
Thank You
this is R. file
package net.elunokiddevelop.Dialog;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
}
public static final class id {
public static final int btn_dialog=0x7f050000;
}
public static final class layout {
public static final int main=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f040001;
public static final int hello=0x7f040000;
}
|