Clearer apps name text color

This commit is contained in:
pipop62 2016-10-16 01:38:04 +02:00
parent ec85c697bc
commit 2697b387cb
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> im
else
colorChanged = Color.argb(128, Color.red(Color.LTGRAY), Color.green(Color.LTGRAY), Color.blue(Color.LTGRAY));
TypedArray ta = context.getTheme().obtainStyledAttributes(new int[]{android.R.attr.textColorSecondary});
TypedArray ta = context.getTheme().obtainStyledAttributes(new int[]{android.R.attr.textColorPrimary});
try {
colorText = ta.getColor(0, 0);
} finally {