Example #1
0
 public String getName() {
   return moduleSettings.getController();
 }
Example #2
0
 public int getLayout() {
   return moduleSettings.getResLayout();
 }
Example #3
0
 public Drawable getIcon() {
   return dashboardActivity.getResources().getDrawable(moduleSettings.getResIcon());
 }
Example #4
0
 public int getBackgroundColor() {
   return dashboardActivity.getResources().getColor(moduleSettings.getResBackgroundColor());
 }
Example #5
0
 public String getTitle() {
   return dashboardActivity.getResources().getString(moduleSettings.getResTitle());
 }