1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-07 23:32:56 +00:00

Another theme fix

This commit is contained in:
M66B 2016-01-31 09:56:28 +01:00
parent 76e87ec626
commit 52174e5e94

View file

@ -1504,7 +1504,7 @@ public class SinkholeService extends VpnService implements SharedPreferences.OnS
PendingIntent pi = PendingIntent.getActivity(SinkholeService.this, uid + 10000, main, PendingIntent.FLAG_UPDATE_CURRENT);
TypedValue tv = new TypedValue();
getTheme().resolveAttribute(R.attr.colorPrimary, tv, true);
getTheme().resolveAttribute(R.attr.colorAccent, tv, true);
int colorAccent = tv.data;
getTheme().resolveAttribute(R.attr.colorOn, tv, true);
int colorOn = tv.data;