Esempio n. 1
0
 public Drawable getBackground(Context context) {
   if (_backgroundsTable == null) initBackgroundsTable(context);
   _drawableBackground = _backgroundsTable.get(_letterContext);
   return _drawableBackground;
 }