Fix color and design in help activity

This commit is contained in:
Dominik Schürmann
2015-08-03 13:24:04 +02:00
parent 2687e533a6
commit 7474268ead
2 changed files with 10 additions and 15 deletions

View File

@@ -78,7 +78,6 @@ 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));