System indicators do not respect Gravity.BOTTOM
问题 I have taken the demo analog watch face, and tried getting the system indicators to appear at the bottom, using setStatusBarGravity(Gravity.BOTTOM) . It appears that this particular gravity isn't respected. setWatchFaceStyle(new WatchFaceStyle.Builder(AnalogWatchFace.this) .setCardPeekMode(WatchFaceStyle.PEEK_MODE_SHORT) .setBackgroundVisibility(WatchFaceStyle.BACKGROUND_VISIBILITY_INTERRUPTIVE) .setShowSystemUiTime(false) .setStatusBarGravity(Gravity.BOTTOM) .setHotwordIndicatorGravity