Skip to content

Commit

Permalink
Update spacing in screenshots.js
Browse files Browse the repository at this point in the history
With the update ActivityIndicator in the Android client, the
space given to the Widget was to small.
  • Loading branch information
mpost committed Jul 29, 2020
1 parent 6e442b9 commit 275271d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/screenshots.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function actionSnippet(parent) {
}

function activityIndicatorSnippet(parent) {
dimen(parent, android(72, 52), android(72, 52));
dimen(parent, android(96, 52), android(96, 52));
new ActivityIndicator({left: 16, right: 16, top: 16, bottom: 16}).appendTo(parent);
return {captureDelay: 2100};
}
Expand Down

0 comments on commit 275271d

Please sign in to comment.