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