Email or username:

Password:

Forgot your password?
4 posts total
Mx Verda

dansup, you do it in your theme, it's normally in an xml file somewhere in res/values. Like this:

<style name="..." parent="...">
    <!-- ... other attributes you most probably have there ... -->
    <item name="android:enforceNavigationBarContrast">false</item>
    <item name="android:navigationBarColor">#FFFF00</item>
</style>

Can also be done dynamically in an activity, getWindow().setNavigationBarColor(0xFFFFFF00);

dansup

@grishka Oh really? I'm using react-native but I'm sure there is some config for this, I'll chat with you after work, it's been a minute and we have a lot to discuss bro!

Mx Verda

Kate, and the actual housekeeping people ignore these things too. Never had to throw my towels on the floor, always got fresh ones daily

Mx Verda

Reminds me of those bullshit things every hotel anywhere around the world inevitably has, it's as if those are required by law.

Kate

@grishka @fasterandworse yeah as if they weren't doing it only to save money... they don't give a fuck about the environment

Go Up