Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

Changing Status Bar Text Color to Black in Sketchware: A Step-by-Step Guide

 Here, we will explain how to change status bar text color to black step by step.

1. Open sketchware app and first of all create a app if not.


2. Go to advance settings and set primary dark color to white (any color ). It will be status Bar's background color.


3. Open Show Source Code from right side.

4. Select styles.xml file.

5. Copy last item of Theme.Material.Light.DarkActionBar .

6. Open on create activity and add XML block from more blocks.



7. Set refrence as what you copied.


8. Add source '<item name="android:windowLightStatusBar">true</item>'.


9. Set command to 'add'.


10. Set file name to 'styles.xml'.


Done. Now Build your apk file .


Note that : This change will be for all screens.