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