Android Spinner View Text Not Visible
(White background on Text Also showing White Color)
---------------------------------------------------------------------------------------------------------------------------------
|
Replace getApplicationContext() to getBaseContext()
(OR)
Replace getApplicationContext() to this (if above is not working)
(OR)
Replace getApplicationContext() to getActivity() (if you are Using Fragment)
No comments:
Post a Comment