Make help pages work in dark theme

This maintains the black-on-white theme of the HTML views even for the
dark theme.
This commit is contained in:
Thialfihar
2015-06-26 13:25:30 +02:00
parent b60842a35b
commit d8d0030c0b
2 changed files with 12 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ public class HelpMarkdownFragment extends Fragment {
Log.e(Constants.TAG, "IOException", e);
}
text.setBackgroundColor(getResources().getColor(android.R.color.white));
// no flickering when clicking textview for Android < 4
text.setTextColor(getResources().getColor(android.R.color.black));