Files
frameworks_base/docs/html/tools/studio/ui-tools.jd
Joe Fernandez b984c93c99 docs: Tools docs reorganization, round 1b
b/25522909

Change-Id: I54d51eeedf122648026bd013cfceac3f32629b7e
2016-02-08 21:36:24 -08:00

33 lines
1.2 KiB
Plaintext

page.title=Android Studio User Interface Tools
@jd:body
<p>
Android Studio provides a number of user interface tools to assist you with creating layouts,
implementing style themes, and building graphic or text resources for your app.
</p>
<dl>
<dt><a href="{@docRoot}sdk/installing/studio-layout.html">Layout Editor</a></dt>
<dd>Drag and drop user interface elements to build layouts for your app.
</dd>
<dt><a href="{@docRoot}tools/help/theme-editor.html">Theme Editor</a></dt>
<dd>Build re-usable user interface styles for layouts and widgets in your app.
</dd>
<dt><a href="{@docRoot}tools/help/translations-editor.html">Translations Editor</a></dt>
<dd>View and update all your string resource translations in one convenient place.
</dd>
<dt><a href="{@docRoot}tools/help/vector-asset-studio.html">Vector Asset Studio</a></dt>
<dd>Add material icons and import Scalable Vector Graphic (SVG) files into your
Android Studio project as a drawable resource.</dd>
<dt><a href="{@docRoot}tools/help/image-asset-studio.html">Image Asset Studio</a></dt>
<dd>Generate custom icons for your Android applications from existing images,
clipart, or text.</dd>
</dl>