Questions tagged [zeplin]

For questions about the Zeplin design tool designed to allow better communication and interaction between designers and developers.

Zeplin is a commercial tool that help you build and Design hand-off. It generate styleguides and resources for you automatically from your tool, e.g. Photoshop.

It's a famous UX (User eXperience) style guide. With this tool you can draw web application easily for browsers and smartphones.

28 questions
21
votes
3 answers

React Native Android Text Component extra padding

I was wondering why am getting these weird padding on my Text in react-native. I tried every thing to just get a perfect text but nothing seems to work the only thing that worked was paddingVertical and paddingHorizontal but it's way too hacky and…
Ibrahim Ahmed
  • 2,295
  • 4
  • 21
  • 35
12
votes
3 answers

Export from zeplin to sketch

There is a project in Zeplin. Was trying to export it into Sketch but was only able to export scenes as PNG files. How is that possible to export them as '.sketch' ones so i could work with layers in Sketch?
Alexander
  • 2,803
  • 5
  • 13
  • 21
12
votes
3 answers

How do companies set a name and avatar for their automated email addresses?

Websites will often send notification emails from addresses like hello@example.com or no-reply@example.com. When these show up in Gmail / Inbox, they often have a name and an avatar associated, like this one from Zeplin: I know if you're using…
Benjamin Humphrey
  • 3,770
  • 2
  • 23
  • 41
6
votes
0 answers

How to convert Points(pt) to Pixels(px) for all Screen sizes

I am using Zeplin https://zeplin.io/ Software for Prototyping , When i Export Sketch File to it , it shows size values in Points pt . Let's suppose i made screens with resolution 1080*1920 , so values should exactly match when i use these values in…
bravo
  • 90
  • 1
  • 9
5
votes
0 answers

android - how to create shadow effect from zeplin

I have a project in zeplin and I have many views / layouts with Shadows outer X 0dp Y 0dp Blur 10dp Shadows 0dp Color #000000 but I am not sure how to implement this in Android. How to specify blur shadow in Android along with a color?…
John61590
  • 1,106
  • 1
  • 13
  • 29
4
votes
1 answer

What is the PNG files in Lottie? Are they vectorized?

I got Lottie files from the designer and it contains png files. The size are small. However, it seems low quality. And I added it into the view and built and launched my app and It looks blurry. What I guess is, The parts Lottie can't vectorize…
c-an
  • 3,543
  • 5
  • 35
  • 82
2
votes
1 answer

Exported frame from Figma to Zeplin doesn't let me download image assets

I designed a screen in Figma, and I exported the screen to Zeplin. But on Zeplin the screen doesn't have any image assets, only arrow icons were available for download. I tried to google how to export image assets on Zeplin, but none of the result…
dfassf
  • 142
  • 10
2
votes
1 answer

How to extract on-screen area on XD of an image

I just received the XD file from the designer, now am trying to extract the nav area image from the canvas but image is too spread out from the canvas how it can be cropped to the area of the nav.
AsimRazaKhan
  • 2,154
  • 3
  • 22
  • 36
2
votes
1 answer

No module named 'pyspark' in Zeppelin

I am new to Spark and just started using it. Trying to import SparkSession from pyspark but it throws an error: 'No module named 'pyspark'. Please see my code below. # Import our SparkSession so we can use it from pyspark.sql import SparkSession #…
Chique_Code
  • 1,422
  • 3
  • 23
  • 49
2
votes
1 answer

Why does UI render differently for 2 different devices with same screen size and density?

I'm designing a screen, importing the assets and dimensions from Zeplin. I'm not able to figure out why the UI looks different on 2 different devices with the same screen size and density (xxhdpi). I have included the screenshots of how it looks on…
Terrel Lewis
  • 157
  • 3
  • 8
2
votes
1 answer

Bootstrap and Zeplin.IO

I'm not familiar with Zeplin IO but UX person is creating mockups in that application and then I will need to use Bootstrap to develop site based on exported HTML/CSS from Zeplin. My question is if UX person can import Bootstrap CSS to Zeplin to…
JackTheKnife
  • 3,795
  • 8
  • 57
  • 117
2
votes
2 answers

Export asset as jpg from Zeplin

it may seem a silly question but ... How Can I Export in jpg format from zeplin ? I even tried to change the format png to jpg in the dialog box sketch and when I export the artboard to zeplin still the option to export as PNG
1
vote
0 answers

How to convert Zeplin Single screen into android layout file

I want to convert zeplin single screen to android layout file, which I can directly import/copy into android studio and use it into my android project. Ex: In zeplin screen I have 2 text view and one button from this zeplin screen android layout…
1
vote
0 answers

Interpreting Zeplin characteristics to create Android ring Drawable

I am trying to figure out, by the Zeplin characteristics showed below, how exactly can I create the following drawable Zeplin characteristics: I know that to achieve this I need a layer list with a oval solid shape and a ring with a fading…
Phantom
  • 968
  • 3
  • 14
  • 32
1
vote
1 answer

How to fix spacing feature in Zeplin" It shows: "NaNpx" instead of exact px values

I exported screen from Adobe XD to Zeplin. In a result Zeplin do not show measurement of spacing between elements. It shows: "NaNpx" instead of exact values. Does anyone could give me a hint how to solve this? Example of issue ADDED: I tried to…
1
2