mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-05-02 00:07:24 +08:00
Fix bug miniature button.
This commit is contained in:
@@ -475,7 +475,7 @@ public class CameraActivity extends Activity {
|
||||
*/
|
||||
public void buttonMiniature(View view) {
|
||||
ImageView background = (ImageView) findViewById(R.id.background);
|
||||
final Button miniature = (Button) view;
|
||||
final ImageButton miniature = (ImageButton) view;
|
||||
|
||||
modeMiniature = true;
|
||||
// Set new size for miniature layout.
|
||||
|
||||
Reference in New Issue
Block a user