Merge branch '197-improve-readability-transport-status-bar' into 'master'

Do not show green text for enabled transports, use only green icons.

This addresses part of #197 and is a fairly small change.

See merge request !43
This commit is contained in:
str4d
2015-12-29 12:34:01 +00:00

View File

@@ -342,7 +342,6 @@ public class DashboardActivity extends BriarActivity implements EventListener {
TextView text = (TextView) view.findViewById(R.id.textView);
text.setText(getString(t.textId));
text.setTextColor(c);
return view;
}