Hello friends, i really wanted trading in dark mode, so i created mt4 blackgold, because i cant find any...
Here is the tutorial, to remind myself in the future
1. Use APK Editor
2. Open full editor for ALL FILES and open the Smali option
Replacing White with Black and vice versa
3. Search for .... And replace with ....
Evaluating
5. Build your app and INSTALL (you might have to uninstall the original app) and RUN IT
6. Find any color errors you dont like
7. Screenshot (remember to turn off any eye filter)
8. Find the color code with Photoshop Touch or PixelLab
9. Open the new installed app again and search for your desired color
10. Find the color code again
11. Then find color error and replace with desired color like before
12. Build
13. Repeat the evaluating step
Here is the tutorial, to remind myself in the future
1. Use APK Editor
2. Open full editor for ALL FILES and open the Smali option
Replacing White with Black and vice versa
3. Search for .... And replace with ....
- 000000" .... bbbbbb"
- 000000< .... bbbbbb<
- ffffff" .... 222222"
- ffffff< .... 222222<
[* @ANDROID:color/white .... @ANDROID:color/etihw
[* @ANDROID:color/black .... @ANDROID:color/white
[* @ANDROID:color/etihw .... @ANDROID:color/black
Evaluating
5. Build your app and INSTALL (you might have to uninstall the original app) and RUN IT
6. Find any color errors you dont like
7. Screenshot (remember to turn off any eye filter)
8. Find the color code with Photoshop Touch or PixelLab
9. Open the new installed app again and search for your desired color
10. Find the color code again
11. Then find color error and replace with desired color like before
12. Build
13. Repeat the evaluating step
Attachments
Last edited: