BuildmLearn / BuildmLearn-Toolkit-Android

This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
BSD 3-Clause "New" or "Revised" License
57 stars 132 forks source link

APK generated app's colour change #442

Open opticod opened 7 years ago

opticod commented 7 years ago

Inspired by https://github.com/BuildmLearn/BuildmLearn-Toolkit-Android/pull/402 , we can extend the colour change to generated APKs also...We will be having these colours accordingly:

<color name="colorPrimary">#</color>
<color name="colorPrimaryDark">#</color>
<color name="colorAccent">#</color>
<color name="white_primary_text">#</color>
<color name="white_secondary_text">#</color>
<color name="black_secondary_text">#</color>

Need to make these changes for simulator and generated APKs....changes for generated APKs should be directed to https://github.com/BuildmLearn/Toolkit-mobile-templates

croozeus commented 7 years ago

Thanks for initiating this @opticod