diff --git a/android/app/src/main/res/drawable-mdpi/token.png b/android/app/src/main/res/drawable-mdpi/token.png new file mode 100644 index 0000000000..e14adb9318 Binary files /dev/null and b/android/app/src/main/res/drawable-mdpi/token.png differ diff --git a/android/app/src/main/res/drawable-mdpi/watch.png b/android/app/src/main/res/drawable-mdpi/watch.png new file mode 100644 index 0000000000..919d704fbd Binary files /dev/null and b/android/app/src/main/res/drawable-mdpi/watch.png differ diff --git a/android/app/src/main/res/drawable-xhdpi/token.png b/android/app/src/main/res/drawable-xhdpi/token.png new file mode 100644 index 0000000000..81b9d452c5 Binary files /dev/null and b/android/app/src/main/res/drawable-xhdpi/token.png differ diff --git a/android/app/src/main/res/drawable-xhdpi/watch.png b/android/app/src/main/res/drawable-xhdpi/watch.png new file mode 100644 index 0000000000..e376bdce53 Binary files /dev/null and b/android/app/src/main/res/drawable-xhdpi/watch.png differ diff --git a/android/app/src/main/res/drawable-xxhdpi/watch.png b/android/app/src/main/res/drawable-xxhdpi/watch.png new file mode 100644 index 0000000000..a4fe1baef8 Binary files /dev/null and b/android/app/src/main/res/drawable-xxhdpi/watch.png differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/token.png b/android/app/src/main/res/drawable-xxxhdpi/token.png new file mode 100644 index 0000000000..d4068c24fb Binary files /dev/null and b/android/app/src/main/res/drawable-xxxhdpi/token.png differ diff --git a/ios/StatusIm/Images.xcassets/token.imageset/Contents.json b/ios/StatusIm/Images.xcassets/token.imageset/Contents.json new file mode 100644 index 0000000000..8072046181 --- /dev/null +++ b/ios/StatusIm/Images.xcassets/token.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "token.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "token@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "token@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/ios/StatusIm/Images.xcassets/token.imageset/token.png b/ios/StatusIm/Images.xcassets/token.imageset/token.png new file mode 100644 index 0000000000..e14adb9318 Binary files /dev/null and b/ios/StatusIm/Images.xcassets/token.imageset/token.png differ diff --git a/ios/StatusIm/Images.xcassets/token.imageset/token@2x.png b/ios/StatusIm/Images.xcassets/token.imageset/token@2x.png new file mode 100644 index 0000000000..81b9d452c5 Binary files /dev/null and b/ios/StatusIm/Images.xcassets/token.imageset/token@2x.png differ diff --git a/ios/StatusIm/Images.xcassets/token.imageset/token@3x.png b/ios/StatusIm/Images.xcassets/token.imageset/token@3x.png new file mode 100644 index 0000000000..d4068c24fb Binary files /dev/null and b/ios/StatusIm/Images.xcassets/token.imageset/token@3x.png differ diff --git a/ios/StatusIm/Images.xcassets/watch.imageset/Contents.json b/ios/StatusIm/Images.xcassets/watch.imageset/Contents.json new file mode 100644 index 0000000000..c2c642fae3 --- /dev/null +++ b/ios/StatusIm/Images.xcassets/watch.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "watch.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "watch@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "watch@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/ios/StatusIm/Images.xcassets/watch.imageset/watch.png b/ios/StatusIm/Images.xcassets/watch.imageset/watch.png new file mode 100644 index 0000000000..919d704fbd Binary files /dev/null and b/ios/StatusIm/Images.xcassets/watch.imageset/watch.png differ diff --git a/ios/StatusIm/Images.xcassets/watch.imageset/watch@2x.png b/ios/StatusIm/Images.xcassets/watch.imageset/watch@2x.png new file mode 100644 index 0000000000..e376bdce53 Binary files /dev/null and b/ios/StatusIm/Images.xcassets/watch.imageset/watch@2x.png differ diff --git a/ios/StatusIm/Images.xcassets/watch.imageset/watch@3x.png b/ios/StatusIm/Images.xcassets/watch.imageset/watch@3x.png new file mode 100644 index 0000000000..a4fe1baef8 Binary files /dev/null and b/ios/StatusIm/Images.xcassets/watch.imageset/watch@3x.png differ