@Override
  protected void onFinishInflate() {
    mShutterButton = findViewById(R.id.shutter_button);
    mShutterButtonRadius = Util.dpToPixel(SHUTTER_BUTTON_RADIUS);

    mZoomControlWheel = (ZoomControlWheel) findViewById(R.id.zoom_control);
    mZoomControlWheel.setOnIndicatorEventListener(this);

    mIndicatorControlWheel = (IndicatorControlWheel) findViewById(R.id.indicator_control_wheel);
  }