Commit 20d8d53
committed
Fix widget black text on black background on newer Android versions
textAppearanceLarge's text color has changed from white to black after
upgrading targetSdkVersion to 26 (56384db). It seems to affect only
newer versions of Android (tested with 7). Switching to
textAppearanceLargeInverted would fix it, but the problem appears on
older versions (tested with 5). So we leave style and just override the
text color.1 parent f7ed73c commit 20d8d53
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments