custom color theme

  1. Lucas Siqueira

    Android Question How to change color of status bar icons and color of navigation bar items?

    I can change the text colors and icons in the status bar with the following code. Dim jo As JavaObject jo.InitializeContext jo.RunMethodJO("getWindow", Null).RunMethodJO("getDecorView",Null). _ RunMethod("setSystemUiVisibility", Array(0x00002000)) 'ICONS DARK STATUS BAR I can also change the...
Top