Another theme fix

This commit is contained in:
M66B 2016-01-31 09:56:28 +01:00
parent 76e87ec626
commit 52174e5e94
1 changed files with 1 additions and 1 deletions

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;