How set complication on watch face of ICON,RANGED_VALUE,SMALL_IMAGE on android wear
问题 I tried to draw icon on android watch face but did not see on watch face. I already check this link.Ref I set text on watchface for complication TYPE text but it does not set for other type like ICON,RANGED_VALUE,SMALL_IMAGE so please suggest. I need this type icon where red mark complication. I used this code for draw text. if (COMPLICATION_IDS[i] == RIGHT_DIAL_COMPLICATION) { // RIGHT_DIAL_COMPLICATION calculations int offset = (int) ((mWidth / 2) - textWidth) / 2; complicationsX = (mWidth