Hello, I just tried into Xposed field, and not able to modify anything .
This Xposed module, hooks into Calculator for example, and change a color in it for example .
What Works :
What Doesn't Work :
I've added a log to check if it's working, it's showing up the log/messages i put, only changing the color isn't working .
I'm using this code :
Maybe i miss-understood the concept of changing values ?
This Xposed module, hooks into Calculator for example, and change a color in it for example .
What Works :
- Hooking Into Calculator .
- Checking If Color Line Is There ( Yes, it's there ) .
What Doesn't Work :
- Change that color .
I've added a log to check if it's working, it's showing up the log/messages i put, only changing the color isn't working .
I'm using this code :
HTML Code:
res.setReplacement(Xposed.Calc_PACKAGE_NAME,"color","calculator_accent_color", Color.BLACK);
from xda-developers http://ift.tt/1qa0Hby
via IFTTT
No comments:
Post a Comment