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 EnvelopesAdapter #19

Closed S1aNT closed 11 years ago

S1aNT commented 11 years ago

private void fillCardContents(Context cntx, CardContents contents, Cursor csr) { ... contents.name.setBackgroundDrawable(getColorStateDrawable(color)); deprected }