Email or username:

Password:

Forgot your password?
dansup

Y'all ready for loops.video?

Follow me and @loops to get early access!

If you're reading this, it's not too late to be a part of fediverse history. Stay tuned 🚀

#loops

11 comments
coatilex

@dansup @loops I'm not a content creator but boosted for those who are

Григорий Клюшников

The color of the navigation bar on Android is customizable. Or you can make it transparent and put something behind it.

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!

Григорий Клюшников

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);

Muhki

@dansup @loops is this the TikTok fediverse ‚counterpart‘?

DanieruOtakuBoy

@dansup @loops I have a question, is there in the app any set up about the language? It could be useful to set a specific language to the video.

SouthFresh

@dansup @loops please stay away from chemical stimulants, or I’m worried you’ll finish coding everyone’s projects and nobody will have any reason to code anymore. 😃

Go Up