I recently have been working on an older project that had this in the Manifest Editor
<uses-sdk android:minSdkVersion="4" />
and i changed it to
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19" />
mainly because on my Galaxy S7 my 3 menu dots were missing...
but when i made the change all my colors look like they are faded out
eg my black background went to a grey color and i had black text on a button that is now white
if i change it back to the original just "4" everything goes back to the correct colors...
any thoughts on what i need to change would be great...
thanks
<uses-sdk android:minSdkVersion="4" />
and i changed it to
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19" />
mainly because on my Galaxy S7 my 3 menu dots were missing...
but when i made the change all my colors look like they are faded out
eg my black background went to a grey color and i had black text on a button that is now white
if i change it back to the original just "4" everything goes back to the correct colors...
any thoughts on what i need to change would be great...
thanks