I have an Android App I´m developing in unity. Colors look just fine on the game editor, but when I build the app and use it on My Samsung Galaxy S4, all the colors seem to be brighter than on the Unity Editor. I have all my images on True Color. Even the background colors and button colors of the UI get brighter.
Can anyone tell me how to get the same colors I get on my Unity editor when I build the app on my device?
Thank you
Move your game pictures from your laptop to your mobile device then you see even with same pictures they looks different and it's because difference to their quality and it's not unity or your fault.
Related
I've added an icon to my app via the built-in Image Asset Studio in Android Studio.
Made a png foreground and then color as a background.
On a Samsung device, the icon renders perfectly.
Then when I install the app on a Huawei P20 with android 10. The icon is rendered like this:
I think the Huawei UI isn't using the adaptive icon, but uses the legacy icon and adjusts it into its custom app shape UI and therefore zooms in.
Are there some extra steps I need to do for having a good rendering app icon?
Thanks.
Have you tried Adaptive Icons?
Instead of using a single image use the combination of 2 images for Foreground and background.
You can take the idea from android's default app icon, it's also adaptive.
I had the same problem with Huawei P20 Lite (Android 8.0.0) when I tried to install an app from Android studio.
There's nothing we can do to fix it.
But the icon will look like it should after a reboot.
Also, if you'll build a release version of your app and install it via adb install the icon will look like you expect.
I'm attempting to create a custom ic_launcher for the Android app currently in development.
After going through the Asset Studio process in Android Studio, the expected output is produced.
For example, when viewing res/mipmap/ic_launcher_round, the following has been produced. As you can see, the foreground (originally 512x512px) has been scaled according to how it was set in the Android Studio process. The background is also visible.
Desired Output
The issue is how it appears on the development device. I have absolutely no idea what is going on.
Actual Output
I'm confused as to why the development device is showing something different to Android Studio and why the development device is showing the unscaled version..
P.s. the background color and foreground icon are simply for testing purposes - this is not the actual app icon :)
I'm really shocked as to what is happening and have scoured the internet for answers but to no avail
I'm working on an MVVM Android application. When I run the app on an OnePlus 6 with Android Pie all views appear in a sort of "dark theme". All the CardViews, Spinners and Dialogs through the app have a black background out of nowhere.
I made a new app with a CardView and let it run on the OnePlus6. That app was normal with a white CardView background.
I also tried to build the app on lots of different phones but only on the OnePlus 6 this sudden "dark theme" appears.
The OnePlus 6 uses the light theme, so that can not be the problem.
Does anyone know where this comes from? What code can I upload to make things extra clear?
one plus 6 has his own theme engine so you have first to installs themes to the mobile using for example : "substratum" then it will be better.
The problem is with the develop options on the phone. I tried to turn that off and on and for a while it worked in the normal way.
I don't know why it turns to black but it has to do with the Developer Options.
We have a hybrid app built with phonegap and jquery mobile.
In one screen we have standard HTML5 select (drop-down list)
On one android device, Samsung S6 Galaxy with Android System WebView M42, the drop-down is shown with black text on grey background. See screenshot.
On all other Android devices it is shown with white text on grey background.
Are there any way of fixing this from the hybrid app?
This is not ideal fix, but i fixed it by switching to older android theme. In your manifest file
android:theme="#style/android:Theme.Holo.Light"
Have you reduced this to the simplest of examples? Just use the default app template, add in jquery mobile and create a list and show it to make sure it really is a problem specific to that device / environment.
The reason I ask is that I ran into similar issues until I ran my app's html and css through the WC3 validators. Turns out there were a couple misplaced tags here and there that caused issues only in some environments.
I'm developing on Galaxy S3, Android 4.1.2.
Like any application, I'm using png images with transparent background, and also, there are a few images i go over and change every non-transparent pixel to a defferent color.
everything works just fine, but today I installed it on Nexus 5, android 4.4, and all the transparet background turned to black.
how can i make it transparent again?
Any help will be highly appreciated!
Thanks!