Skip to content

Commit 0ea618e

Browse files
committed
set image size
1 parent 42fe209 commit 0ea618e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_posts/2017-09-28-android-jumpstart.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build.gradle gradle gradlew.bat version.properties
3939
```
4040
With this we can import the project into Android Studio
4141

42-
![Android Studio][studio-screenshot]
42+
<img src="/assets/images/android-studio-import.png" alt="Studio Import" style="width: 350px; margin:auto;"/>
4343

4444
This is our base project all setup. Some of the features already implemented by this are,
4545

@@ -96,11 +96,8 @@ And finally, we add the Argus activity to AndroidManifest.xml
9696
```
9797
And that is all. With this, we have setup an app with all the dependencies and scaffolding setup to get the developer started straight on the business logic of the app, and a basic login framework.
9898

99-
![Demo Login][login-screenshot]
99+
<img src="/assets/images/jump-demo-login.png" alt="Demo Login" style="width: 300px; margin:auto;"/>
100100

101101
Happy coding!
102102

103103
The moldedbits Team
104-
105-
[studio-screenshot]: {{site.url}}/assets/images/android-studio-import.png "Android Studio Import"
106-
[login-screenshot]: {{site.url}}/assets/images/jump-demo-login.png "Demo Login"

0 commit comments

Comments
 (0)