diff options
author | Victor Häggqvist <[email protected]> | 2015-01-01 16:34:46 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-01-01 16:34:46 +0100 |
commit | 348c33b0b7edbb17d24e19db10ebc4449896c8e9 (patch) | |
tree | 71b01b43e9a62106d6ad8a26f322d83a8dd21db5 | |
parent | 5d2f7b4c8f76a1fb7cb8d3d0ad9ca7e6fcc6274a (diff) |
github didn't like my table :/v1.0
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -22,9 +22,10 @@ new AboutIt(this).app("My App") The code for these samples are all in the sample app [here](aboutit-sample/src/main/java/com/snilius/aboutit/sample/MainActivity.java). -|![sample](img/img1.png)|![sample](img/img2.png)| -|--|--| -|![sample](img/img3.png)|![sample](img/img4.png)| +<img src="img/img1.png" alt="screenshot" width="300px" height="auto" /> +<img src="img/img2.png" alt="screenshot" width="300px" height="auto" /> +<img src="img/img3.png" alt="screenshot" width="300px" height="auto" /> +<img src="img/img4.png" alt="screenshot" width="300px" height="auto" /> #License |