Add batch processing, and format converter
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
int color kicon_transparent 0x7f060000
|
||||
int drawable bg_amoled_card 0x7f010000
|
||||
int drawable bg_amoled_screen 0x7f010001
|
||||
int drawable bg_button_danger 0x7f010002
|
||||
int drawable bg_button_dark_secondary 0x7f010003
|
||||
int drawable bg_button_green 0x7f010004
|
||||
int drawable bg_spinner_dark 0x7f010005
|
||||
int drawable ic_kcompressor_launcher_background 0x7f010006
|
||||
int drawable ic_kcompressor_launcher_foreground 0x7f010007
|
||||
int drawable ic_kicon_background 0x7f01000c
|
||||
int drawable ic_kicon_foreground 0x7f01000d
|
||||
int drawable ic_kicon_monochrome 0x7f01000e
|
||||
int drawable ic_share_black_24 0x7f010008
|
||||
int drawable ic_share_white_24 0x7f010009
|
||||
int drawable kicon_circle 0x7f01000a
|
||||
int drawable kicon_square 0x7f01000b
|
||||
int id btnCancel 0x7f020000
|
||||
int id btnCodecHelp 0x7f020001
|
||||
int id btnCompress 0x7f020002
|
||||
int id btnCompressImage 0x7f020003
|
||||
int id btnCompressPdf 0x7f020004
|
||||
int id btnImageFormatHelp 0x7f020005
|
||||
int id btnPdfCompressionHelp 0x7f020006
|
||||
int id btnPick 0x7f020007
|
||||
int id btnPickImage 0x7f020008
|
||||
int id btnPickPdf 0x7f020009
|
||||
int id btnShareDoc 0x7f02000a
|
||||
int id btnShareVideo 0x7f02000b
|
||||
int id cardImageCompression 0x7f02000c
|
||||
int id cardPdfCompression 0x7f02000d
|
||||
int id cardVideoCompression 0x7f02000e
|
||||
int id checkImageExtremeCompression 0x7f02000f
|
||||
int id checkPdfExtremeCompression 0x7f020010
|
||||
int id circleProgress 0x7f020011
|
||||
int id layoutAdvancedSettings 0x7f020012
|
||||
int id layoutCompressionSettings 0x7f020013
|
||||
int id layoutCpuVideoSettings 0x7f020014
|
||||
int id layoutGpuVideoSettings 0x7f020015
|
||||
int id layoutImageAdvancedSettings 0x7f020016
|
||||
int id layoutImageCompressionModeRow 0x7f020017
|
||||
int id layoutImageExtremeCompression 0x7f020018
|
||||
int id layoutImageQualityControls 0x7f020019
|
||||
int id layoutImageSettings 0x7f02001a
|
||||
int id layoutOutputCard 0x7f02001b
|
||||
int id layoutPdfCompressionLevel 0x7f02001c
|
||||
int id layoutPdfEngineRow 0x7f02001d
|
||||
int id layoutPdfExtremeCompression 0x7f02001e
|
||||
int id pdfPasswordInput 0x7f02001f
|
||||
int id pdfPasswordLayout 0x7f020020
|
||||
int id scrollProcessing 0x7f020021
|
||||
int id seekCrf 0x7f020022
|
||||
int id seekImageQuality 0x7f020023
|
||||
int id seekPdfCompressionLevel 0x7f020024
|
||||
int id shareButtonRow 0x7f020025
|
||||
int id spAudio 0x7f020026
|
||||
int id spCodec 0x7f020027
|
||||
int id spImageConvertFormat 0x7f020028
|
||||
int id spImageFormat 0x7f020029
|
||||
int id spImageResolution 0x7f02002a
|
||||
int id spPdfCompressionMode 0x7f02002b
|
||||
int id spPreset 0x7f02002c
|
||||
int id spResolution 0x7f02002d
|
||||
int id spVideoBitrate 0x7f02002e
|
||||
int id txtCompressionSummary 0x7f02002f
|
||||
int id txtConfig 0x7f020030
|
||||
int id txtCrfValue 0x7f020031
|
||||
int id txtElapsed 0x7f020032
|
||||
int id txtImageCompressionModeLabel 0x7f020033
|
||||
int id txtImageCompressionSummary 0x7f020034
|
||||
int id txtImageInfo 0x7f020035
|
||||
int id txtImageQualityValue 0x7f020036
|
||||
int id txtImageSelected 0x7f020037
|
||||
int id txtImageSettingsToggle 0x7f020038
|
||||
int id txtOutput 0x7f020039
|
||||
int id txtPdfCompressionLevelValue 0x7f02003a
|
||||
int id txtPdfCompressionSummary 0x7f02003b
|
||||
int id txtPdfInfo 0x7f02003c
|
||||
int id txtPdfPasswordError 0x7f02003d
|
||||
int id txtPdfSelected 0x7f02003e
|
||||
int id txtProcessingTitle 0x7f02003f
|
||||
int id txtProgress 0x7f020040
|
||||
int id txtSelected 0x7f020041
|
||||
int id txtSettingsToggle 0x7f020042
|
||||
int id txtStatus 0x7f020043
|
||||
int id txtSubtitle 0x7f020044
|
||||
int id txtTitle 0x7f020045
|
||||
int id txtVideoInfo 0x7f020046
|
||||
int layout activity_main_amoled 0x7f030000
|
||||
int layout activity_processing 0x7f030001
|
||||
int mipmap ic_launcher 0x7f040000
|
||||
int mipmap ic_launcher_round 0x7f040001
|
||||
int style AppTheme 0x7f050000
|
||||
@@ -0,0 +1,83 @@
|
||||
int drawable bg_amoled_card 0x7f010000
|
||||
int drawable bg_amoled_screen 0x7f010001
|
||||
int drawable bg_button_danger 0x7f010002
|
||||
int drawable bg_button_dark_secondary 0x7f010003
|
||||
int drawable bg_button_green 0x7f010004
|
||||
int drawable bg_spinner_dark 0x7f010005
|
||||
int drawable ic_share_black_24 0x7f010006
|
||||
int drawable ic_share_white_24 0x7f010007
|
||||
int drawable kicon_circle 0x7f010008
|
||||
int drawable kicon_square 0x7f010009
|
||||
int id btnCancel 0x7f020000
|
||||
int id btnCodecHelp 0x7f020001
|
||||
int id btnCompress 0x7f020002
|
||||
int id btnCompressImage 0x7f020003
|
||||
int id btnCompressPdf 0x7f020004
|
||||
int id btnImageFormatHelp 0x7f020005
|
||||
int id btnPdfCompressionHelp 0x7f020006
|
||||
int id btnPick 0x7f020007
|
||||
int id btnPickImage 0x7f020008
|
||||
int id btnPickPdf 0x7f020009
|
||||
int id btnShareDoc 0x7f02000a
|
||||
int id btnShareVideo 0x7f02000b
|
||||
int id cardImageCompression 0x7f02000c
|
||||
int id cardPdfCompression 0x7f02000d
|
||||
int id cardVideoCompression 0x7f02000e
|
||||
int id checkImageExtremeCompression 0x7f02000f
|
||||
int id checkPdfExtremeCompression 0x7f020010
|
||||
int id circleProgress 0x7f020011
|
||||
int id layoutAdvancedSettings 0x7f020012
|
||||
int id layoutCompressionSettings 0x7f020013
|
||||
int id layoutCpuVideoSettings 0x7f020014
|
||||
int id layoutGpuVideoSettings 0x7f020015
|
||||
int id layoutImageAdvancedSettings 0x7f020016
|
||||
int id layoutImageCompressionModeRow 0x7f020017
|
||||
int id layoutImageExtremeCompression 0x7f020018
|
||||
int id layoutImageQualityControls 0x7f020019
|
||||
int id layoutImageSettings 0x7f02001a
|
||||
int id layoutOutputCard 0x7f02001b
|
||||
int id layoutPdfCompressionLevel 0x7f02001c
|
||||
int id layoutPdfEngineRow 0x7f02001d
|
||||
int id layoutPdfExtremeCompression 0x7f02001e
|
||||
int id pdfPasswordInput 0x7f02001f
|
||||
int id pdfPasswordLayout 0x7f020020
|
||||
int id scrollProcessing 0x7f020021
|
||||
int id seekCrf 0x7f020022
|
||||
int id seekImageQuality 0x7f020023
|
||||
int id seekPdfCompressionLevel 0x7f020024
|
||||
int id shareButtonRow 0x7f020025
|
||||
int id spAudio 0x7f020026
|
||||
int id spCodec 0x7f020027
|
||||
int id spImageFormat 0x7f020028
|
||||
int id spImageResolution 0x7f020029
|
||||
int id spPdfCompressionMode 0x7f02002a
|
||||
int id spPreset 0x7f02002b
|
||||
int id spResolution 0x7f02002c
|
||||
int id spVideoBitrate 0x7f02002d
|
||||
int id txtCompressionSummary 0x7f02002e
|
||||
int id txtConfig 0x7f02002f
|
||||
int id txtCrfValue 0x7f020030
|
||||
int id txtElapsed 0x7f020031
|
||||
int id txtImageCompressionModeLabel 0x7f020032
|
||||
int id txtImageCompressionSummary 0x7f020033
|
||||
int id txtImageInfo 0x7f020034
|
||||
int id txtImageQualityValue 0x7f020035
|
||||
int id txtImageSelected 0x7f020036
|
||||
int id txtImageSettingsToggle 0x7f020037
|
||||
int id txtOutput 0x7f020038
|
||||
int id txtPdfCompressionLevelValue 0x7f020039
|
||||
int id txtPdfCompressionSummary 0x7f02003a
|
||||
int id txtPdfInfo 0x7f02003b
|
||||
int id txtPdfPasswordError 0x7f02003c
|
||||
int id txtPdfSelected 0x7f02003d
|
||||
int id txtProcessingTitle 0x7f02003e
|
||||
int id txtProgress 0x7f02003f
|
||||
int id txtSelected 0x7f020040
|
||||
int id txtSettingsToggle 0x7f020041
|
||||
int id txtStatus 0x7f020042
|
||||
int id txtSubtitle 0x7f020043
|
||||
int id txtTitle 0x7f020044
|
||||
int id txtVideoInfo 0x7f020045
|
||||
int layout activity_main_amoled 0x7f030000
|
||||
int layout activity_processing 0x7f030001
|
||||
int style AppTheme 0x7f040000
|
||||
Reference in New Issue
Block a user