Profiterole

This commit is contained in:
An Bui 2025-04-08 21:41:03 +07:00
parent 6a33c5c26e
commit 7e7910cf69
42 changed files with 379 additions and 116 deletions

View file

@ -95,7 +95,7 @@ public class UIUtils {
Toast toast = Toast.makeText(activity, errStr, Toast.LENGTH_LONG);
toast.show();
VectrasStatus.logInfo("<font color='yellow'>[I] "+errStr+"</font>");
VectrasStatus.logInfo("<font color='#009688'>[I] "+errStr+"</font>");
}
});