notriddle / budget-envelopes

An Android app for managing money.
GNU General Public License v3.0
57 stars 33 forks source link

Handling the deprecation of setBackgroundDrawable in SimpleEnvelopesAdapter #14

Closed S1aNT closed 10 years ago

S1aNT commented 10 years ago

change.setBackgroundDrawable(EnvelopesAdapter.getColorStateDrawable(color));

setBackgroundDrawable() has been deprecated in API level 16: JELLY_BEAN.

setBackground() is called when the device sdk version is JELLY_BEAN or higher, and setBackgroundDrawable() is called when the device sdk version is less than JELLY_BEAN.