We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5ee54 commit b8760f5Copy full SHA for b8760f5
editor-view/src/main/java/com/jecelyin/editor/v2/widget/EditorToolbar.java
@@ -62,7 +62,7 @@ private void init(Context context) {
62
Resources.Theme theme = context.getTheme();
63
theme.resolveAttribute(android.R.attr.textColorPrimary, typedValue, true);
64
TypedArray arr = context.obtainStyledAttributes(typedValue.data, new int[]{
65
- android.R.attr.textColorSecondary});
+ android.R.attr.textColorPrimary});
66
int textColor = arr.getColor(0, Color.WHITE);
67
arr.recycle();
68
0 commit comments