Add batch processing, and format converter
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
#Sat Jun 13 17:31:34 ICT 2026
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-hdpi/kicon_circle.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-hdpi_kicon_circle.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-hdpi/kicon_square.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-hdpi_kicon_square.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-mdpi/kicon_circle.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-mdpi_kicon_circle.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-mdpi/kicon_square.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-mdpi_kicon_square.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-xhdpi/kicon_circle.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-xhdpi_kicon_circle.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-xhdpi/kicon_square.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-xhdpi_kicon_square.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-xxhdpi/kicon_circle.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-xxhdpi_kicon_circle.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-xxhdpi/kicon_square.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-xxhdpi_kicon_square.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-xxxhdpi/kicon_circle.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-xxxhdpi_kicon_circle.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable-xxxhdpi/kicon_square.png=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable-xxxhdpi_kicon_square.png.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable/bg_amoled_card.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable_bg_amoled_card.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable/bg_amoled_screen.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable_bg_amoled_screen.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable/bg_button_danger.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable_bg_button_danger.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable/bg_button_dark_secondary.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable_bg_button_dark_secondary.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable/bg_button_green.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable_bg_button_green.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable/bg_spinner_dark.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable_bg_spinner_dark.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable/ic_share_black_24.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable_ic_share_black_24.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/drawable/ic_share_white_24.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\drawable_ic_share_white_24.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/layout/activity_main_amoled.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\layout_activity_main_amoled.xml.flat
|
||||
com.kikyps.kcompressor.app-main-5\:/layout/activity_processing.xml=D\:\\MyProject\\KCompressor\\app\\build\\intermediates\\merged_res\\release\\mergeReleaseResources\\layout_activity_processing.xml.flat
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AppTheme" parent="@android:style/Theme.Material.NoActionBar">
|
||||
<item name="android:windowBackground">#000000</item>
|
||||
<item name="android:colorAccent">#22C55E</item>
|
||||
<item name="android:windowLightStatusBar">false</item>
|
||||
<item name="android:navigationBarColor">#000000</item>
|
||||
<item name="android:statusBarColor">#000000</item>
|
||||
<item name="android:fontFamily">sans</item>
|
||||
</style>
|
||||
</resources>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyProject\KCompressor\app\src\main\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!<dir>navigation"><source path="D:\MyProject\KCompressor\app\src\main\res"><file name="bg_amoled_card" path="D:\MyProject\KCompressor\app\src\main\res\drawable\bg_amoled_card.xml" qualifiers="" type="drawable"/><file name="bg_amoled_screen" path="D:\MyProject\KCompressor\app\src\main\res\drawable\bg_amoled_screen.xml" qualifiers="" type="drawable"/><file name="bg_button_danger" path="D:\MyProject\KCompressor\app\src\main\res\drawable\bg_button_danger.xml" qualifiers="" type="drawable"/><file name="bg_button_dark_secondary" path="D:\MyProject\KCompressor\app\src\main\res\drawable\bg_button_dark_secondary.xml" qualifiers="" type="drawable"/><file name="bg_button_green" path="D:\MyProject\KCompressor\app\src\main\res\drawable\bg_button_green.xml" qualifiers="" type="drawable"/><file name="bg_spinner_dark" path="D:\MyProject\KCompressor\app\src\main\res\drawable\bg_spinner_dark.xml" qualifiers="" type="drawable"/><file name="ic_share_black_24" path="D:\MyProject\KCompressor\app\src\main\res\drawable\ic_share_black_24.xml" qualifiers="" type="drawable"/><file name="ic_share_white_24" path="D:\MyProject\KCompressor\app\src\main\res\drawable\ic_share_white_24.xml" qualifiers="" type="drawable"/><file name="kicon_circle" path="D:\MyProject\KCompressor\app\src\main\res\drawable-hdpi\kicon_circle.png" qualifiers="hdpi-v4" type="drawable"/><file name="kicon_square" path="D:\MyProject\KCompressor\app\src\main\res\drawable-hdpi\kicon_square.png" qualifiers="hdpi-v4" type="drawable"/><file name="kicon_circle" path="D:\MyProject\KCompressor\app\src\main\res\drawable-mdpi\kicon_circle.png" qualifiers="mdpi-v4" type="drawable"/><file name="kicon_square" path="D:\MyProject\KCompressor\app\src\main\res\drawable-mdpi\kicon_square.png" qualifiers="mdpi-v4" type="drawable"/><file name="kicon_circle" path="D:\MyProject\KCompressor\app\src\main\res\drawable-xhdpi\kicon_circle.png" qualifiers="xhdpi-v4" type="drawable"/><file name="kicon_square" path="D:\MyProject\KCompressor\app\src\main\res\drawable-xhdpi\kicon_square.png" qualifiers="xhdpi-v4" type="drawable"/><file name="kicon_circle" path="D:\MyProject\KCompressor\app\src\main\res\drawable-xxhdpi\kicon_circle.png" qualifiers="xxhdpi-v4" type="drawable"/><file name="kicon_square" path="D:\MyProject\KCompressor\app\src\main\res\drawable-xxhdpi\kicon_square.png" qualifiers="xxhdpi-v4" type="drawable"/><file name="kicon_circle" path="D:\MyProject\KCompressor\app\src\main\res\drawable-xxxhdpi\kicon_circle.png" qualifiers="xxxhdpi-v4" type="drawable"/><file name="kicon_square" path="D:\MyProject\KCompressor\app\src\main\res\drawable-xxxhdpi\kicon_square.png" qualifiers="xxxhdpi-v4" type="drawable"/><file name="activity_main_amoled" path="D:\MyProject\KCompressor\app\src\main\res\layout\activity_main_amoled.xml" qualifiers="" type="layout"/><file name="activity_processing" path="D:\MyProject\KCompressor\app\src\main\res\layout\activity_processing.xml" qualifiers="" type="layout"/><file path="D:\MyProject\KCompressor\app\src\main\res\values\styles.xml" qualifiers=""><style name="AppTheme" parent="@android:style/Theme.Material.NoActionBar">
|
||||
<item name="android:windowBackground">#000000</item>
|
||||
<item name="android:colorAccent">#22C55E</item>
|
||||
<item name="android:windowLightStatusBar">false</item>
|
||||
<item name="android:navigationBarColor">#000000</item>
|
||||
<item name="android:statusBarColor">#000000</item>
|
||||
<item name="android:fontFamily">sans</item>
|
||||
</style></file></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="release$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyProject\KCompressor\app\src\release\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="release" generated-set="release$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!<dir>navigation"><source path="D:\MyProject\KCompressor\app\src\release\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyProject\KCompressor\app\build\generated\res\resValues\release"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!<dir>navigation"><source path="D:\MyProject\KCompressor\app\build\generated\res\resValues\release"/></dataSet><mergedItems/></merger>
|
||||
Reference in New Issue
Block a user