Browse Source

New images for imageviewer

pull/160/head
Roman Sedaikin 4 years ago
parent
commit
1c39246706
  1. BIN
      artwork/imageviewerrepo/1.jpg
  2. BIN
      artwork/imageviewerrepo/10.jpg
  3. BIN
      artwork/imageviewerrepo/11.jpg
  4. BIN
      artwork/imageviewerrepo/12.jpg
  5. BIN
      artwork/imageviewerrepo/13.jpg
  6. BIN
      artwork/imageviewerrepo/2.jpg
  7. BIN
      artwork/imageviewerrepo/3.jpg
  8. BIN
      artwork/imageviewerrepo/4.jpg
  9. BIN
      artwork/imageviewerrepo/5.jpg
  10. BIN
      artwork/imageviewerrepo/6.jpg
  11. BIN
      artwork/imageviewerrepo/7.jpg
  12. BIN
      artwork/imageviewerrepo/8.jpg
  13. BIN
      artwork/imageviewerrepo/9.jpg
  14. 13
      artwork/imageviewerrepo/fetching.list
  15. 2
      examples/imageviewer/android/src/main/java/imageviewer/MainActivity.kt
  16. 2
      examples/imageviewer/desktop/src/jvmMain/kotlin/imageviewer/Main.kt

BIN
artwork/imageviewerrepo/1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

BIN
artwork/imageviewerrepo/10.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 KiB

BIN
artwork/imageviewerrepo/11.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

BIN
artwork/imageviewerrepo/12.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB

BIN
artwork/imageviewerrepo/13.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

BIN
artwork/imageviewerrepo/2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

BIN
artwork/imageviewerrepo/3.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

BIN
artwork/imageviewerrepo/4.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

BIN
artwork/imageviewerrepo/5.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
artwork/imageviewerrepo/6.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 KiB

BIN
artwork/imageviewerrepo/7.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

BIN
artwork/imageviewerrepo/8.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

BIN
artwork/imageviewerrepo/9.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

13
artwork/imageviewerrepo/fetching.list

@ -0,0 +1,13 @@
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/1.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/2.png
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/3.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/4.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/5.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/6.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/7.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/8.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/9.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/10.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/11.jpg
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/12.png
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/13.jpg

2
examples/imageviewer/android/src/main/java/imageviewer/MainActivity.kt

@ -13,7 +13,7 @@ class MainActivity : AppCompatActivity() {
val content = ContentState.applyContent(
this@MainActivity,
"https://spvessel.com/iv/images/fetching.list"
"https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/fetching.list"
)
setContent {

2
examples/imageviewer/desktop/src/jvmMain/kotlin/imageviewer/Main.kt

@ -18,7 +18,7 @@ fun main() {
icon = icAppRounded()
) {
val content = ContentState.applyContent(
"https://spvessel.com/iv/images/fetching.list"
"https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/fetching.list"
)
MaterialTheme {
DesktopTheme {

Loading…
Cancel
Save