mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
pass available resolutions to the picker dialog in a new MySize type list
This commit is contained in:
@ -3,6 +3,7 @@ package com.simplemobiletools.camera.helpers
|
||||
const val ORIENT_PORTRAIT = 0
|
||||
const val ORIENT_LANDSCAPE_LEFT = 1
|
||||
const val ORIENT_LANDSCAPE_RIGHT = 2
|
||||
const val RATIO_TOLERANCE = 0.1f
|
||||
|
||||
// shared preferences
|
||||
const val SAVE_PHOTOS = "save_photos"
|
||||
|
Reference in New Issue
Block a user