Questions tagged [adobe-xd]

Adobe XD is Adobe's extensible experience design application. Use this tag for questions related to XD plugin APIs.

The Adobe XD plugin APIs let you automate experience design workflows, connect XD to web services, import and export content, and more.

Here are some resources to learn more about building XD plugins:

139 questions
0
votes
1 answer

Flatten the transform property in SVG

I have created a vector in adobe XD and then I have exported it as an SVG file. The problem is that in the SVG file in group elements there is inline transform property set like this SO when I set an animated class to the element to animate my…
Saransh
  • 129
  • 11
0
votes
2 answers

How do i export color assets from Adobe Xd?

I've been working on a UI recently in AdobeXD and when I finished everything up and was ready to export to flutter, one annoying thing happened when I was testing. I had the unpleasant surprise to discover that my background color was missing! I…
Vennus
  • 1
  • 1
0
votes
6 answers

Adobe XD Error 3635(can not creat new document)

I tried to create a new document on Adobe XD and this error showed up. I restarted Adobe CC, reinstalled Adobe CC, restarted computer, reinstalled XD, used the cleaning tool ETC but nothing works. How to solve this problem?
0
votes
1 answer

Product Image Size In Android Application

what is the best practice to set image size for banners and products in E-Commerce/Shopping android application? and what are the ideal image sizes for the product and banners so that it can be responsive for all screen sizes?
Shahryar Ahmed
  • 197
  • 1
  • 9
0
votes
1 answer

How to close menu bar in Adobe XD?

I'm new to Adobe XD. I created a side menu and whenever I click on it, it opens the menu, but I have to choose one of the options there and I can't click on the right side of the screen to close the menu. How can I make Adobe XD close the menu and…
vesii
  • 2,760
  • 4
  • 25
  • 71
0
votes
1 answer

Can i convert my android app xml files to adobe xD file?

I know that I can export adobe xD designs into XML files but I need to know that can I do the reverse thing like I already have XML layouts, now can I convert those into adobe-xD wire-frames without drawing manually? here is a sample XML code which…
0
votes
2 answers

Distance Among Guide Lines in Figma?

so I am using Figma for now because Adobe XD will no more free. I am curious if there is a configuration to show distance among guide lines in Figma like Adobe XD has? Above is the illustration. Thanks in advance
arnold_p
  • 495
  • 6
  • 26
0
votes
2 answers

Adobe XD embedded app-prototype causes page to 'jump' down to mid-page after loading

I use Squarespace for my portfolio site. They have a "block" that allows me to use embedded Adobe XD code (below) to show my app prototype. The prototype works fine but when the page loads, it automatically shifts half way down the page to the…
txroy001
  • 1
  • 1
0
votes
2 answers

adobe xd prototype design

I am beginner level user for adobe xd. I have to do prototype using adobe xd. can i use adobe xd for these type of requirement. I have basic idea bout layout design and navigation. please check the attached image in this screen user can add row to…
kumara
  • 877
  • 4
  • 19
  • 43
0
votes
1 answer

How to get the "Group" name from a Artboard loop in Adobe XD

I was wondering if someone could help me get the Group name / title for a Adobe XD plugin I am working on. I have tried doing element.Group but it comes back as undefined. I can see it in the loop if I console.log(element) but can't target the…
AjMadrox
  • 5
  • 2
0
votes
1 answer

Plugin ReferenceError: Color is not defined in

First plugin with XD and i can't seem to create a instance of class Color. Their documentation doesn't show any examples and any that i find in other examples just shows new Color() and that i don't have to perform any…
Chris Rice
  • 728
  • 2
  • 9
  • 32
0
votes
1 answer

How do you get the width value of a text element via a plugin in XD?

I am trying to build a plugin for XD to automate the creation of design elements. I have written a function to build the button (first picture below) using a text element and a rectangle. The only problem with this is that shape of the rectangle is…
Haniel
  • 31
  • 3
0
votes
1 answer

Create Adobe XD background blur effect in Java

I have prototyped part of my application in Adobe XD And now it is time to recreate that frosted glass effect in Java. However, the closest I could get is the following As the more keen-eyed of you might see...it looks bad, and nothing like my…
0
votes
1 answer

Clickable prototype contains SVG instead of image

We are developing clickable prototype using Adobe XD. We know that the prototype can be exported as SVG file using the export option. We wanted to know if it is possible to have the clickable prototype which is shared via URL contain SVG instead of…
Apps
  • 3,284
  • 8
  • 48
  • 75
0
votes
2 answers

How to Scale Artboard and its items through API?

I want to resize Artboard and its items. Approach 1: Group all items of Artboard and scale them with same ratio as Artboard scale Approach 2: If there is a way to set width of child items I dont know how do either of the ways
bisketashwin
  • 153
  • 1
  • 7