mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
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:
@@ -342,7 +342,6 @@ public class DashboardActivity extends BriarActivity implements EventListener {
|
|||||||
|
|
||||||
TextView text = (TextView) view.findViewById(R.id.textView);
|
TextView text = (TextView) view.findViewById(R.id.textView);
|
||||||
text.setText(getString(t.textId));
|
text.setText(getString(t.textId));
|
||||||
text.setTextColor(c);
|
|
||||||
|
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user