Branded app for polish scout magazine
If you would like to run project in your Android Studio, follow steps:
- create app/src/main/res/drawable/nt_logo.png
- create app/src/main/res/drawable/nt_small_logo.png
- insert own app/google-services.json from firebase
- create app/src/main/res/values/settings.xml (see template)
- create app/src/main/res/values/nt_colors.xml (see template)
Provide your own api url. Url has to ends with “https://github.com/”.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="NT_API_URL">http://example.com/api/</string>
</resources>
Adjust colors by your discretion.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="row_post_title">#FFFFFF</color>
<color name="row_post_background">#FFFFFF</color>
<color name="app_bar_background">#FFFFFF</color>
<color name="background">#FFFFFF</color>
<color name="toggle_color">#FFFFFF</color>
<color name="colorPrimary">@color/app_bar_background</color>
<color name="colorPrimaryDark">#FFFFFF</color>
<color name="colorAccent">#FFFFFF</color>
</resources>
- firebase
- google-services
- kotlinx-coroutines
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Thanks goes out to all people:
- Your name – some description of changes – github username
This software is licensed under the Apache License 2.0 excluding images and other graphical elements like colors which rights belongs to NaTropie.zhp.pl. Protected resources are not shared in the repository.
Leave a Reply