pass available resolutions to the picker dialog in a new MySize type list

This commit is contained in:
tibbi
2018-06-04 16:08:23 +02:00
parent ebb6e89dd6
commit 617ac98e5d
5 changed files with 87 additions and 72 deletions

View File

@ -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"