having difficulties adding new xml to my project
- by yoavstr
when i open a new xxx.xml file it doesnt write to the R.id my new var
example
when i write in xml :
<__Button android:text="New Game"
android:id="@+id/newGameButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"</Button
(the _ r from this web format boundaries )
in R it should write :
public static final int newGameButton=0x7f050013;
note : this is a xml i added as new to my project should i make something so the eclipse tool will write automatically to the R file?