systers / FirstAide-Android

FirstAide is a application to help the Peace Corps Volunteers who are victims of sexual harassment.
23 stars 104 forks source link

getColor() depricated since API22 #434

Closed ashu-dadhich closed 7 years ago

ashu-dadhich commented 7 years ago

Summary Since API 22 getResources().getColor() is depricated. Since we have used it in various instances across the app I suggest we change it to. ContextCompat.getColor(context, R.color.your_color);

Refrence http://stackoverflow.com/questions/31590714/getcolorint-id-deprecated-on-android-6-0-marshmallow-api-23

nitish1211 commented 7 years ago

@top-gun007 Can I work on this ? It'll be a quick PR. :)

abs51295 commented 7 years ago

@top-gun007 This is a lint issue and should be reported on #222.

ashu-dadhich commented 7 years ago

Don't worry @abs51295 It would be added to the lint list once @sandarumk says so. Thanks for the concern 😄

ashu-dadhich commented 7 years ago

Closing since added in lint list in #222