mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
increase the main icon size and add 2 new icons
This commit is contained in:
@ -88,6 +88,11 @@ public class MainActivity extends AppCompatActivity implements SensorEventListen
|
||||
startActivity(intent);
|
||||
}
|
||||
|
||||
@OnClick(R.id.videocam)
|
||||
public void toggleVideo() {
|
||||
|
||||
}
|
||||
|
||||
private void hideNavigationBarIcons() {
|
||||
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user