Пример #1
0
 /** @return the main resources from the Application */
 public static Resources getAppResources() {
   if (instance == null) return null;
   return instance.getResources();
 }