GSI

"Android virtual keyboard has white characters on white background "


Unity 5.4.0f3 (32-bit)

이 툴을 이용해서 작업하다가

안드로이드에서 Input Field의 글자가 아래 이미지 처럼 안보이는 현상이 나올때가 있습니다.

이때는 아래와 같이 저 구문을 넣으니 해결되는걸로 보이네요.


[이렇게 되어 있다면]

android:icon="@drawable/app_icon"

android:label="@string/app_name"


[이렇게 해보세요.!!]

android:icon="@drawable/app_icon"

android:label="@string/app_name"

android:theme="@style/UnityThemeSelector"


[관련 이미지]



Posted by gsi
: