Add some screenshots

This commit is contained in:
Benoit Marty
2023-02-03 17:18:06 +01:00
parent 11fd82153a
commit 0c4e467038
5 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ The application is a total rewrite of [Element-Android](https://github.com/vecto
<!--- TOC -->
* [Screenshots](#screenshots)
* [Rust SDK](#rust-sdk)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
@@ -23,6 +24,14 @@ The application is a total rewrite of [Element-Android](https://github.com/vecto
<!--- END -->
## Screenshots
Here are some early screenshots the application:
|-|-|-|-|
|<img src=./docs/images/screen1.png width=280 />|<img src=./docs/images/screen2.png width=280 />|<img src=./docs/images/screen3.png width=280 />|<img src=./docs/images/screen4.png width=280 />|
|-|-|-|-|
## Rust SDK
ElementX leverages the [Matrix Rust SDK](https://github.com/matrix-org/matrix-rust-sdk) through an FFI layer that the final client can directly import and use.