<!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
<receiver
android:icon="@drawable/ic_launcher_take_photo"
android:icon="@mipmap/ic_launcher"
android:label="@string/take_photo"
android:name="MyWidgetProviderTakePhoto"
android:exported="true">
@@ -131,7 +131,7 @@
<!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
<!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
<!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
zoomSeekBar.setOnSeekBarChangeListener(null);// clear an existing listener - don't want to call the listener when setting up the progress bar to match the existing state
zoomSeekBar.setVisibility(View.INVISIBLE);// should be INVISIBLE not GONE, as the focus_seekbar is aligned to be left to this; in future we might want this similarly for exposure panel
zoomSeekbarIcon.setVisibility(View.INVISIBLE);
}
}
else{
zoomControls.setVisibility(View.GONE);
zoomControlHolder.setVisibility(View.GONE);
zoomSeekBar.setVisibility(View.INVISIBLE);// should be INVISIBLE not GONE, as the focus_seekbar is aligned to be left to this; in future we might want this similarly for the exposure panel
zoomSeekbarIcon.setVisibility(View.INVISIBLE);
}
if(MyDebug.LOG)
Log.d(TAG,"cameraSetup: time after setting up zoom: "+(System.currentTimeMillis()-debug_time));
@@ -5684,18 +5692,6 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen