• Home
  • Raw
  • Download

Lines Matching refs:as

50   provides GUI access to many of the command line SDK tools as well as a UI design tool for rapid
67 perspectives, or as a part of background processes ran by ADT.</dd>
71 <dd>The Java programming language editor contains common IDE features such as compile time
107 the Android SDK Manager and AVD Manager. Other <code>android</code> features such as creating or
124 <code>adb</code> are integrated into ADT such as project installation (Eclipse run menu),
126 features of <code>adb</code>, such as shell commands, from the command line.</li>
129 shrinking, and optimization. ADT integrates ProGuard as part of the build, if you <a href=
149 <p class="note"><strong>Note:</strong> You can edit Android-specific XML files (such as a layout
153 …<p>In addition, some special file types that don't have custom editors, such as drawables, animati…
154 and color files offer editing enhancements such as XML tag completion.</p>
163 renders your interface as well, offering you a preview as you design your layouts. This editor
194 as strings or layout files. You can access these enhancements by holding down the control key and
199 <li>A resource identifier, such as <code>R.id.button1</code>, jumps
202 <li>A declaration in the <code>R.java</code> file, such as <code>public
205 <li>An activity or service definition in your manifest, such as
213 <li>Any file-based declaration, such as <code>@layout/bar</code>, opens the file.</li>
215 <li>Non-XML resources, such as <code>@drawable/icon</code>, launches
222 …<li>Custom views in XML layouts, such as <code>&lt;foo.bar.MyView&gt;&lt;/foo.bar.MyView&gt;</code…
225 …<li>An XML attribute such as <code>@android:string/ok</code> or <code>android.R.string.id</code> i…
250 This platform version does not need to be the same as the version that your
254 context-sensitive actions in the layout actions bar, such as adjusting layout margins and
263 view of your layout where you can do things such as reorder of views. The outline
264 view exposes similar functionality as the canvas but displays your layout in an ordered
299 layout. The canvas offers a rendered preview of your layout depending on factors such as the
303 exposes much of the same functionality as the canvas but offers another method of organization
313 context-sensitive menu that lets you set things such as:
324 <li>Properties such as alpha or clickable</li>
332 (when you select Android 3.0 or later as the platform version in the configuration chooser).
341 <dt><strong>Extract as Include</strong></dt>
345 "#extract-as-include">Layout Refactoring Support</a> for more information.</dd>
360 android.widget.LinearLayout}, such as a toggle to switch
363 layout attributes of the child, such as whether the child should stretch out to match its
373 type of layout, such as {@link android.widget.RelativeLayout} or {@link
379 <li>Render layouts in real-time: Layouts are rendered as accurately as possible according to
382 <li>Support for fragments: Fragments can be rendered in the same screen as the layout that
440 a layout for different situations, such as one for landscape and one for portrait mode. You can
451 <li>Platform combo box: Platform version used to render the canvas and palette as well as
486 along with things such as ID attributes and their references. However, for some supported
487 types, ADT attempts to preserve the layout, such as changing a {@link
495 current widget type in its ID (such as a <code>&lt;Button&gt;</code> widget named
499 <dt id="extract-as-include"><strong>Extract as include</strong></dt>
502 into the existing layout file. Right-click the view or layout and select <strong>Extract as
515 can be applied to the root element as well, in which case the namespace declaration attributes
527 as a string, place the text cursor in the string and press Ctrl-1 to see the refactoring context
539 you should update to it as soon as convenient. </p>
544 ADT. To update the SDK Tools package, use the Android SDK Manager, as