|
|
@@ -10,7 +10,6 @@ import android.graphics.drawable.Drawable;
|
|
|
import android.support.annotation.NonNull;
|
|
|
import android.support.annotation.Nullable;
|
|
|
import android.support.annotation.StringRes;
|
|
|
-import android.util.Log;
|
|
|
|
|
|
import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.util.ResourceUtil;
|
|
|
@@ -80,8 +79,6 @@ public class SwitchTrackTextDrawable extends Drawable {
|
|
|
canvas.drawText(leftText, 0, leftText.length(),
|
|
|
widthQuarter + 15, heightBaseline,
|
|
|
textPaint);
|
|
|
- Log.e("APP# SwitchTrackTextDrawable | draw", "| on" + widthQuarter);
|
|
|
- //40
|
|
|
}
|
|
|
else {
|
|
|
//off 텍스트 검정 변경
|