| 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> |