File tree 5 files changed +10
-0
lines changed
5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import java.io.File
15
15
/* *
16
16
* Created by AMIT JANGID on 18/02/2019.
17
17
**/
18
+ @Suppress(" NON_EXHAUSTIVE_WHEN" )
18
19
class ImagePickerActivity : FragmentActivity ()
19
20
{
20
21
private lateinit var mCropProvider: CropProvider
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import java.io.File
15
15
/* *
16
16
* Created by AMIT JANGID on 18/02/2019.
17
17
**/
18
+ @Suppress(" UNUSED_PARAMETER" )
18
19
class CameraProvider (activity : ImagePickerActivity ) : BaseProvider(activity)
19
20
{
20
21
companion object
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import java.io.IOException
16
16
/* *
17
17
* Created by AMIT JANGID on 18/02/2019.
18
18
**/
19
+ @Suppress(" UNUSED_PARAMETER" )
19
20
class CropProvider (activity : ImagePickerActivity ) : BaseProvider(activity)
20
21
{
21
22
companion object
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import java.io.IOException
9
9
/* *
10
10
* Created by AMIT JANGID on 18/02/2019.
11
11
**/
12
+ @Suppress(" DEPRECATION" )
12
13
object ImageUtil
13
14
{
14
15
@Throws(IOException ::class )
Original file line number Diff line number Diff line change 68
68
<!-- Prompt dialog colors -->
69
69
70
70
<color name =" red_btn_bg_color" >#DD6B55</color >
71
+ <color name =" blue_btn_bg_color1" >#87D1F5</color >
72
+ <color name =" error_stroke_color" >#F27474</color >
71
73
<color name =" success_stroke_color" >#A5DC86</color >
74
+ <color name =" warning_stroke_color" >#F8BB86</color >
75
+ <color name =" sweet_dialog_bg_color" >#FFFFFF</color >
72
76
<color name =" red_btn_bg_pressed_color" >#CD5B55</color >
77
+ <color name =" blue_btn_bg_pressed_color1" >#6FB4CA</color >
78
+ <color name =" trans_success_stroke_color" >#33A5DC86</color >
73
79
74
80
</resources >
You can’t perform that action at this time.
0 commit comments