Home | History | Annotate | Download | only in notepad

Lines Matching full:strong

42       Start a new Android Project by clicking <strong>File</strong> > 
43 <strong>New</strong> > <strong>Android Project</strong>.</li>
45 In the New Android Project dialog, select <strong>Create project from existing source</strong>.</li>
47 Click <strong>Browse</strong> and navigate to where you copied the <code>NotepadCodeLab</code>
56 Click <strong>Finish</strong>. The <code>Notepadv1</code> project should open and be
62 select <strong>Android Tools</strong> > <strong>Fix Project Properties</strong>.
202 The <strong>&#64;</strong> symbol in the id strings of the <code>ListView</code> and
267 <strong>+</strong> after the <strong>@</strong> in the id string indicates that the id should
320 class using Eclipse, <strong>ctrl-shift-O</strong> on Windows or Linux, or
321 <strong>cmd-shift-O</strong> on the Mac (organize imports) will do this for you
547 In the future, remember that the mapping between the <strong>from</strong> columns and <strong>to</strong> resources
565 From the popup menu, select <strong>Run As</strong> &gt;
566 <strong>Android Application</strong>.</li>