mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-07 23:32:56 +00:00
Merge pull request #482 from pipop62/pullreq
Clearer apps name text color
This commit is contained in:
commit
b985d22738
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> im
|
||||||
else
|
else
|
||||||
colorChanged = Color.argb(128, Color.red(Color.LTGRAY), Color.green(Color.LTGRAY), Color.blue(Color.LTGRAY));
|
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 {
|
try {
|
||||||
colorText = ta.getColor(0, 0);
|
colorText = ta.getColor(0, 0);
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Reference in a new issue