From the course: Building an Android App with Jetpack Libraries

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create other required graphics

Create other required graphics - Android Tutorial

From the course: Building an Android App with Jetpack Libraries

Start my 1-month free trial

Create other required graphics

- My app is going to need a number of graphical icons. Some will appear on the tool bar, others on menus, but they're all going to be generated as vector drawable files. These are XML files that can resize themselves automatically to adjust to each device's screen size or pixel density. To create each of these graphics, Right, click on the app module and choose new vector asset. I'm going to be using clip art. That's included with Android Studio and I'll start by clicking on the clip art icon. Then I'll search for add and I'll choose the add icon. I'll name this file, ic_add, click next, click finish. Add the file to my get repository. And now my file has been created in the drawable directory, right here. If I double click and open it, I see that it appears as an XML file on the left. And I'll see a preview of the file on the right. In Android studio 4.1 a tent is added of color control normal. That allows the graphic to…

Contents