This commit is contained in:
Vadim 2024-05-17 12:46:18 +02:00
parent 58a9a288b0
commit 83b4344175
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
enum ScreenshotLayout { enum ScreenshotLayout {
android( android(
size: (width: 1440, height: 2560), size: (width: 1440, height: 2560),
contentPadding: (left: 144, top: 144, right: 144, bottom: 144), contentPadding: (left: 144, top: 132, right: 144, bottom: 132),
titleFontPath: 'screenshots/assets/fonts/SF-Pro-Display-Bold.zip', titleFontPath: 'screenshots/assets/fonts/SF-Pro-Display-Bold.zip',
subtitleFontPath: 'screenshots/assets/fonts/SF-Pro-Display-Regular.zip', subtitleFontPath: 'screenshots/assets/fonts/SF-Pro-Display-Regular.zip',
), ),