Giorgio Cantoni

Results 5 comments of Giorgio Cantoni

As @djdarkknight96 said, profiles are a good way to do what you are looking for

Just use this: `com.jetradarmobile.snowfall.SnowfallView snow; snow = findViewById(R.id.snow); snow.setVisibility(View.VISIBLE);` And in your desired layout xml file: `` If you want to start/stop it you can use for example SharedPreferences. `if...

Hello, Take a look here: > Splash Theme https://github.com/gcantoni/pixeltheme/blob/master/app/src/main/res/drawable/splash_theme.xml > Pixel Activity Bg https://github.com/gcantoni/pixeltheme/blob/master/app/src/main/res/drawable/pixel_activity_bg.xml > Styles https://github.com/gcantoni/pixeltheme/blob/master/app/src/main/res/values/styles.xml#L13 Don't forget to change `@color/colorPrimaryDark` to your color.

Hello, Have you tried adding this item to your > App Theme Night styles? `@color/theme_color`