From: Reimar Döffinger Date: Mon, 8 Jan 2018 11:02:19 +0000 (+0100) Subject: Set text color for TextViews. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=3a77aa611736e3614873e48578cb48778cf9c7d4 Set text color for TextViews. This was previously set partially for some text only, via Spans which got lost in 4b0aa089555e54ebc9bf26f58096fb808b72420b. Fixes issue #82. --- diff --git a/src/com/hughes/android/dictionary/DictionaryActivity.java b/src/com/hughes/android/dictionary/DictionaryActivity.java index 8123c9d..78b3b49 100644 --- a/src/com/hughes/android/dictionary/DictionaryActivity.java +++ b/src/com/hughes/android/dictionary/DictionaryActivity.java @@ -1624,6 +1624,8 @@ public class DictionaryActivity extends ActionBarActivity { col1.setTextIsSelectable(true); col2.setTextIsSelectable(true); } + col1.setTextColor(textColorFg); + col2.setTextColor(textColorFg); // Set the columns in the table. if (r > 0) {