android - Same code but diferent color in different API? -


i've old app (api15) , on api25. on each display on top of page, in rectangle border , grey background. i've "drawable/style_file.xml" with:

           <?xml version="1.0" encoding="utf-8"?>           <shape xmlns:android="http://schemas.android.com/apk/res/android"            android:shape="rectangle" >            <solid                  android:color="#dddddd" >           </solid>           etc... 

very basic. notice on "target sdk api15" grey "#dddddd" looks grey "#eeeeee" on api25 (on same device of course!) way avoid or have set diferent color code same visual effect?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -