diff --git a/app/src/main/res/raw/transaction_review_top_bar_scene.json5 b/app/src/main/res/raw/transaction_review_top_bar_scene.json5 deleted file mode 100644 index 8148a189ae..0000000000 --- a/app/src/main/res/raw/transaction_review_top_bar_scene.json5 +++ /dev/null @@ -1,78 +0,0 @@ -{ - ConstraintSets: { - start: { - closeButton: { - start: ['parent', 'start', 16], - top: ['parent', 'top', 16], - }, - rawManifestButton: { - end: ['parent', 'end', 24], - top: ['parent', 'top', 16], - }, - title: { - width: 'spread', - start: ['parent', 'start', 32], - end: ['dAppIcon', 'start', 16], - top: ['closeButton', 'bottom', 16], - bottom: ['subtitle', 'top', 8] - }, - subtitle: { - width: 'spread', - start: ['title', 'start'], - top: ['title', 'bottom'], - bottom: ['parent', 'bottom', 20] - }, - dAppIcon: { - end: ['parent', 'end', 24], - top: ['title', 'top'], - bottom: ['title', 'bottom'] - }, - receiptEdge: { - start: ['parent', 'start'], - end: ['parent', 'end'], - bottom: ['parent', 'bottom'], - } - }, - end: { - closeButton: { - start: ['parent', 'start', 16], - top: ['parent', 'top', 16], - bottom: ['parent', 'bottom', 20] - }, - rawManifestButton: { - end: ['parent', 'end', 24], - top: ['parent', 'top', 16] - }, - title: { - width: 'wrap', - start: ['closeButton', 'end', 10], - end: ['rawManifestButton', 'start', 20], - top: ['closeButton', 'top'], - bottom: ['closeButton', 'bottom'] - }, - receiptEdge: { - start: ['parent', 'start'], - end: ['parent', 'end'], - bottom: ['parent', 'bottom'], - }, - subtitle: { - width: 'spread', - start: ['title', 'start'], - top: ['title', 'bottom'], - bottom: ['parent', 'bottom'], - visibility: 'gone' - }, - dAppIcon: { - end: ['parent', 'end'], - top: ['title', 'top'], - visibility: 'gone', - } - } - }, - Transitions: { - default: { - from: 'start', - to: 'end' - } - } -}