Last active
June 27, 2025 09:48
-
-
Save Randall71/948cbb0b823558ab1478427c297fdfa1 to your computer and use it in GitHub Desktop.
@thienmd/react-native-image-editor patch with React Native 0.79
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build.gradle b/node_modules/@thienmd/react-native-image-editor/android/build.gradle | |
index 603a049..32ee677 100644 | |
--- a/node_modules/@thienmd/react-native-image-editor/android/build.gradle | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build.gradle | |
@@ -44,12 +44,18 @@ repositories { | |
dependencies { | |
implementation 'com.facebook.react:react-native:+' | |
- implementation 'com.github.prscX:photo-editor-android:master' | |
- implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1@aar' | |
- implementation 'com.nineoldandroids:library:2.4.0' | |
- implementation 'com.android.support:design:28.0.0' | |
- implementation 'com.android.support:appcompat-v7:28.0.0' | |
- implementation 'com.android.support.constraint:constraint-layout:1.0.2' | |
- implementation 'com.github.yalantis:ucrop:2.2.2-native' | |
- implementation 'com.android.support:exifinterface:27.1.1' | |
+ implementation ('com.github.Rauzon:photo-editor-android:v1.1.0') { | |
+ exclude group: 'com.android.support' | |
+ } | |
+ implementation 'me.relex:circleindicator:2.1.6' | |
+ implementation ('com.nineoldandroids:library:2.4.0') { | |
+ exclude group: 'com.android.support' | |
+ } | |
+ implementation 'androidx.appcompat:appcompat:1.3.1' | |
+ implementation 'com.google.android.material:material:1.4.0' | |
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4' | |
+ implementation ('com.github.yalantis:ucrop:2.2.2-native') { | |
+ exclude group: 'com.android.support' | |
+ } | |
+ implementation 'androidx.exifinterface:exifinterface:1.3.3' | |
} | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/6bcc1de1fc2e7abfc824500933b03b91/results.bin b/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/6bcc1de1fc2e7abfc824500933b03b91/results.bin | |
new file mode 100644 | |
index 0000000..0d259dd | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/6bcc1de1fc2e7abfc824500933b03b91/results.bin | |
@@ -0,0 +1 @@ | |
+o/classes | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/6bcc1de1fc2e7abfc824500933b03b91/transformed/classes/classes_dex/classes.dex b/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/6bcc1de1fc2e7abfc824500933b03b91/transformed/classes/classes_dex/classes.dex | |
new file mode 100644 | |
index 0000000..cba2735 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/6bcc1de1fc2e7abfc824500933b03b91/transformed/classes/classes_dex/classes.dex differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/8c14832dc6dd7dfaf3771b72907a5410/results.bin b/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/8c14832dc6dd7dfaf3771b72907a5410/results.bin | |
new file mode 100644 | |
index 0000000..0d259dd | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/8c14832dc6dd7dfaf3771b72907a5410/results.bin | |
@@ -0,0 +1 @@ | |
+o/classes | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/8c14832dc6dd7dfaf3771b72907a5410/transformed/classes/classes_dex/classes.dex b/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/8c14832dc6dd7dfaf3771b72907a5410/transformed/classes/classes_dex/classes.dex | |
new file mode 100644 | |
index 0000000..cba2735 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/.transforms/8c14832dc6dd7dfaf3771b72907a5410/transformed/classes/classes_dex/classes.dex differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/generated/source/buildConfig/debug/ui/photoeditor/BuildConfig.java b/node_modules/@thienmd/react-native-image-editor/android/build/generated/source/buildConfig/debug/ui/photoeditor/BuildConfig.java | |
new file mode 100644 | |
index 0000000..8d0c185 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/generated/source/buildConfig/debug/ui/photoeditor/BuildConfig.java | |
@@ -0,0 +1,10 @@ | |
+/** | |
+ * Automatically generated file. DO NOT MODIFY | |
+ */ | |
+package ui.photoeditor; | |
+ | |
+public final class BuildConfig { | |
+ public static final boolean DEBUG = Boolean.parseBoolean("true"); | |
+ public static final String LIBRARY_PACKAGE_NAME = "ui.photoeditor"; | |
+ public static final String BUILD_TYPE = "debug"; | |
+} | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml | |
new file mode 100644 | |
index 0000000..5dd1856 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml | |
@@ -0,0 +1,7 @@ | |
+<?xml version="1.0" encoding="utf-8"?> | |
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
+ package="ui.photoeditor" > | |
+ | |
+ <uses-sdk android:minSdkVersion="24" /> | |
+ | |
+</manifest> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json | |
new file mode 100644 | |
index 0000000..466c269 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json | |
@@ -0,0 +1,18 @@ | |
+{ | |
+ "version": 3, | |
+ "artifactType": { | |
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS", | |
+ "kind": "Directory" | |
+ }, | |
+ "applicationId": "ui.photoeditor", | |
+ "variantName": "debug", | |
+ "elements": [ | |
+ { | |
+ "type": "SINGLE", | |
+ "filters": [], | |
+ "attributes": [], | |
+ "outputFile": "AndroidManifest.xml" | |
+ } | |
+ ], | |
+ "elementType": "File" | |
+} | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties | |
new file mode 100644 | |
index 0000000..1211b1e | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties | |
@@ -0,0 +1,6 @@ | |
+aarFormatVersion=1.0 | |
+aarMetadataVersion=1.0 | |
+minCompileSdk=1 | |
+minCompileSdkExtension=0 | |
+minAndroidGradlePluginVersion=1.0.0 | |
+coreLibraryDesugaringEnabled=false | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json | |
new file mode 100644 | |
index 0000000..9e26dfe | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json | |
@@ -0,0 +1 @@ | |
+{} | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar | |
new file mode 100644 | |
index 0000000..40c1ca4 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar | |
new file mode 100644 | |
index 0000000..5a0f122 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt | |
new file mode 100644 | |
index 0000000..db70df1 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt | |
@@ -0,0 +1,172 @@ | |
+int array photo_editor_emoji 0x0 | |
+int array photo_editor_photos 0x0 | |
+int attr realtimeBlurRadius 0x0 | |
+int attr realtimeDownsampleFactor 0x0 | |
+int attr realtimeOverlayColor 0x0 | |
+int attr umanoAnchorPoint 0x0 | |
+int attr umanoClipPanel 0x0 | |
+int attr umanoDragView 0x0 | |
+int attr umanoFadeColor 0x0 | |
+int attr umanoFlingVelocity 0x0 | |
+int attr umanoInitialState 0x0 | |
+int attr umanoOverlay 0x0 | |
+int attr umanoPanelHeight 0x0 | |
+int attr umanoParallaxOffset 0x0 | |
+int attr umanoScrollInterpolator 0x0 | |
+int attr umanoScrollableView 0x0 | |
+int attr umanoShadowHeight 0x0 | |
+int color black 0x0 | |
+int color blue_color_picker 0x0 | |
+int color brown_color_picker 0x0 | |
+int color colorAccent 0x0 | |
+int color colorPrimary 0x0 | |
+int color colorPrimaryDark 0x0 | |
+int color green_color_picker 0x0 | |
+int color orange_color_picker 0x0 | |
+int color red_color_picker 0x0 | |
+int color red_orange_color_picker 0x0 | |
+int color sky_blue_color_picker 0x0 | |
+int color violet_color_picker 0x0 | |
+int color white 0x0 | |
+int color yellow_color_picker 0x0 | |
+int color yellow_green_color_picker 0x0 | |
+int dimen fab_margin 0x0 | |
+int dimen image_loader_post_width 0x0 | |
+int drawable aa 0x0 | |
+int drawable above_shadow 0x0 | |
+int drawable bb 0x0 | |
+int drawable below_shadow 0x0 | |
+int drawable c 0x0 | |
+int drawable cc 0x0 | |
+int drawable d 0x0 | |
+int drawable dd 0x0 | |
+int drawable e 0x0 | |
+int drawable ee 0x0 | |
+int drawable fading_shadow 0x0 | |
+int drawable i 0x0 | |
+int drawable j 0x0 | |
+int drawable k 0x0 | |
+int drawable l 0x0 | |
+int drawable m 0x0 | |
+int drawable n 0x0 | |
+int drawable o 0x0 | |
+int drawable p 0x0 | |
+int drawable q 0x0 | |
+int drawable r 0x0 | |
+int drawable rounded_border_text_view 0x0 | |
+int drawable s 0x0 | |
+int drawable t 0x0 | |
+int drawable u 0x0 | |
+int drawable v 0x0 | |
+int drawable w 0x0 | |
+int drawable x 0x0 | |
+int drawable y 0x0 | |
+int drawable z 0x0 | |
+int id add_crop_tv 0x0 | |
+int id add_image_emoji_tv 0x0 | |
+int id add_pencil_tv 0x0 | |
+int id add_rotate_tv 0x0 | |
+int id add_text_color_picker_recycler_view 0x0 | |
+int id add_text_color_picker_relative_layout 0x0 | |
+int id add_text_done_tv 0x0 | |
+int id add_text_edit_text 0x0 | |
+int id add_text_tv 0x0 | |
+int id anchored 0x0 | |
+int id bottom_parent_rl 0x0 | |
+int id bottom_shadow 0x0 | |
+int id clear_all_tv 0x0 | |
+int id close_tv 0x0 | |
+int id collapsed 0x0 | |
+int id color_picker_view 0x0 | |
+int id delete_rl 0x0 | |
+int id delete_tv 0x0 | |
+int id done_drawing_tv 0x0 | |
+int id dragView 0x0 | |
+int id drawing_view 0x0 | |
+int id drawing_view_color_picker_recycler_view 0x0 | |
+int id erase_drawing_tv 0x0 | |
+int id expanded 0x0 | |
+int id fragment_main_photo_edit_emoji_rv 0x0 | |
+int id fragment_main_photo_edit_image_rv 0x0 | |
+int id fragment_photo_edit_emoji_rl 0x0 | |
+int id fragment_photo_edit_emoji_tv 0x0 | |
+int id fragment_photo_edit_image_iv 0x0 | |
+int id fragment_photo_edit_image_rl 0x0 | |
+int id go_to_next_screen_tv 0x0 | |
+int id hidden 0x0 | |
+int id image_emoji_bottom_sheet 0x0 | |
+int id image_emoji_indicator 0x0 | |
+int id image_emoji_view_pager 0x0 | |
+int id overlay 0x0 | |
+int id parent 0x0 | |
+int id parent_image_rl 0x0 | |
+int id photo_edit_iv 0x0 | |
+int id save_tv 0x0 | |
+int id sliding_layout 0x0 | |
+int id top_parent_rl 0x0 | |
+int id top_shadow 0x0 | |
+int id undo_text_tv 0x0 | |
+int id undo_tv 0x0 | |
+int layout activity_main 0x0 | |
+int layout activity_photo_editor 0x0 | |
+int layout add_text_popup_window 0x0 | |
+int layout color_picker_item_list 0x0 | |
+int layout fragment_main_photo_edit_emoji 0x0 | |
+int layout fragment_main_photo_edit_image 0x0 | |
+int layout fragment_photo_edit_emoji_item_list 0x0 | |
+int layout fragment_photo_edit_image_item_list 0x0 | |
+int raw emojioneandroid 0x0 | |
+int raw eventtusicons 0x0 | |
+int raw font_awesome_solid 0x0 | |
+int raw icomoon 0x0 | |
+int string access_media_permissions_msg 0x0 | |
+int string app_name 0x0 | |
+int string camera 0x0 | |
+int string choose_from_camera 0x0 | |
+int string choose_from_gallery 0x0 | |
+int string clear_all 0x0 | |
+int string continue_txt 0x0 | |
+int string directory_create_fail 0x0 | |
+int string done 0x0 | |
+int string erase 0x0 | |
+int string gallery 0x0 | |
+int string ic_clear_all 0x0 | |
+int string ic_close 0x0 | |
+int string ic_continue 0x0 | |
+int string ic_crop 0x0 | |
+int string ic_delete 0x0 | |
+int string ic_draw 0x0 | |
+int string ic_images 0x0 | |
+int string ic_rotate 0x0 | |
+int string ic_save 0x0 | |
+int string ic_text 0x0 | |
+int string media_access_denied_msg 0x0 | |
+int string not_now 0x0 | |
+int string save 0x0 | |
+int string save_image_succeed 0x0 | |
+int string title_activity_photo_editor 0x0 | |
+int string undo 0x0 | |
+int string upload_dialog_title 0x0 | |
+int string upload_picker_title 0x0 | |
+int style AppTheme 0x0 | |
+int style AppTheme_AppBarOverlay 0x0 | |
+int style AppTheme_NoActionBar 0x0 | |
+int style AppTheme_PopupOverlay 0x0 | |
+int style EditText 0x0 | |
+int[] styleable RealtimeBlurView { 0x0, 0x0, 0x0 } | |
+int styleable RealtimeBlurView_realtimeBlurRadius 0 | |
+int styleable RealtimeBlurView_realtimeDownsampleFactor 1 | |
+int styleable RealtimeBlurView_realtimeOverlayColor 2 | |
+int[] styleable SlidingUpPanelLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } | |
+int styleable SlidingUpPanelLayout_umanoAnchorPoint 0 | |
+int styleable SlidingUpPanelLayout_umanoClipPanel 1 | |
+int styleable SlidingUpPanelLayout_umanoDragView 2 | |
+int styleable SlidingUpPanelLayout_umanoFadeColor 3 | |
+int styleable SlidingUpPanelLayout_umanoFlingVelocity 4 | |
+int styleable SlidingUpPanelLayout_umanoInitialState 5 | |
+int styleable SlidingUpPanelLayout_umanoOverlay 6 | |
+int styleable SlidingUpPanelLayout_umanoPanelHeight 7 | |
+int styleable SlidingUpPanelLayout_umanoParallaxOffset 8 | |
+int styleable SlidingUpPanelLayout_umanoScrollInterpolator 9 | |
+int styleable SlidingUpPanelLayout_umanoScrollableView 10 | |
+int styleable SlidingUpPanelLayout_umanoShadowHeight 11 | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_aa.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_aa.png.flat | |
new file mode 100644 | |
index 0000000..4ec339a | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_aa.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_bb.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_bb.png.flat | |
new file mode 100644 | |
index 0000000..7bcd8e6 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_bb.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_c.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_c.png.flat | |
new file mode 100644 | |
index 0000000..2e24cd9 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_c.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_cc.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_cc.png.flat | |
new file mode 100644 | |
index 0000000..aaecd14 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_cc.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_d.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_d.png.flat | |
new file mode 100644 | |
index 0000000..ce26484 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_d.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_dd.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_dd.png.flat | |
new file mode 100644 | |
index 0000000..ff84a70 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_dd.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_e.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_e.png.flat | |
new file mode 100644 | |
index 0000000..8aa0b3f | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_e.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_ee.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_ee.png.flat | |
new file mode 100644 | |
index 0000000..268571c | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_ee.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_i.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_i.png.flat | |
new file mode 100644 | |
index 0000000..c94def3 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_i.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_j.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_j.png.flat | |
new file mode 100644 | |
index 0000000..4d5a42d | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_j.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_k.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_k.png.flat | |
new file mode 100644 | |
index 0000000..55a59b2 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_k.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_l.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_l.png.flat | |
new file mode 100644 | |
index 0000000..a00b313 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_l.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_m.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_m.png.flat | |
new file mode 100644 | |
index 0000000..ecb1c9b | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_m.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_n.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_n.png.flat | |
new file mode 100644 | |
index 0000000..240cdbb | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_n.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_o.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_o.png.flat | |
new file mode 100644 | |
index 0000000..3cba606 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_o.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_p.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_p.png.flat | |
new file mode 100644 | |
index 0000000..7f3f3bb | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_p.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_q.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_q.png.flat | |
new file mode 100644 | |
index 0000000..79f1d79 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_q.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_r.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_r.png.flat | |
new file mode 100644 | |
index 0000000..990052c | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_r.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_s.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_s.png.flat | |
new file mode 100644 | |
index 0000000..33bb88e | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_s.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_t.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_t.png.flat | |
new file mode 100644 | |
index 0000000..70ec8c0 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_t.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_u.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_u.png.flat | |
new file mode 100644 | |
index 0000000..a051cb3 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_u.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_v.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_v.png.flat | |
new file mode 100644 | |
index 0000000..e7476ac | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_v.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_w.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_w.png.flat | |
new file mode 100644 | |
index 0000000..5942d4e | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_w.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_x.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_x.png.flat | |
new file mode 100644 | |
index 0000000..ba5ecbb | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_x.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_y.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_y.png.flat | |
new file mode 100644 | |
index 0000000..3bceb8f | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_y.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_z.png.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_z.png.flat | |
new file mode 100644 | |
index 0000000..1d29331 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_z.png.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_above_shadow.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_above_shadow.xml.flat | |
new file mode 100644 | |
index 0000000..79e4ed7 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_above_shadow.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_below_shadow.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_below_shadow.xml.flat | |
new file mode 100644 | |
index 0000000..1c593fe | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_below_shadow.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_fading_shadow.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_fading_shadow.xml.flat | |
new file mode 100644 | |
index 0000000..2335bba | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_fading_shadow.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_rounded_border_text_view.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_rounded_border_text_view.xml.flat | |
new file mode 100644 | |
index 0000000..63a33c3 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_rounded_border_text_view.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_activity_main.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_activity_main.xml.flat | |
new file mode 100644 | |
index 0000000..a7b34dd | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_activity_main.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_activity_photo_editor.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_activity_photo_editor.xml.flat | |
new file mode 100644 | |
index 0000000..d660530 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_activity_photo_editor.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_add_text_popup_window.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_add_text_popup_window.xml.flat | |
new file mode 100644 | |
index 0000000..b3faa2d | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_add_text_popup_window.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_color_picker_item_list.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_color_picker_item_list.xml.flat | |
new file mode 100644 | |
index 0000000..d25f807 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_color_picker_item_list.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_main_photo_edit_emoji.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_main_photo_edit_emoji.xml.flat | |
new file mode 100644 | |
index 0000000..70d472b | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_main_photo_edit_emoji.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_main_photo_edit_image.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_main_photo_edit_image.xml.flat | |
new file mode 100644 | |
index 0000000..f1277a7 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_main_photo_edit_image.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_photo_edit_emoji_item_list.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_photo_edit_emoji_item_list.xml.flat | |
new file mode 100644 | |
index 0000000..040309a | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_photo_edit_emoji_item_list.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_photo_edit_image_item_list.xml.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_photo_edit_image_item_list.xml.flat | |
new file mode 100644 | |
index 0000000..c5d5798 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/layout_fragment_photo_edit_image_item_list.xml.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_emojioneandroid.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_emojioneandroid.flat | |
new file mode 100644 | |
index 0000000..23c3cdf | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_emojioneandroid.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_eventtusicons.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_eventtusicons.flat | |
new file mode 100644 | |
index 0000000..3a7f767 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_eventtusicons.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_font_awesome_solid.otf.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_font_awesome_solid.otf.flat | |
new file mode 100644 | |
index 0000000..99f0cbe | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_font_awesome_solid.otf.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_icomoon.ttf.flat b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_icomoon.ttf.flat | |
new file mode 100644 | |
index 0000000..b362ee9 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/raw_icomoon.ttf.flat differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties | |
new file mode 100644 | |
index 0000000..189be42 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties | |
@@ -0,0 +1,43 @@ | |
+#Wed Jun 25 20:29:02 GMT 2025 | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/e.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/e.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/j.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/j.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/layout/fragment_main_photo_edit_image.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_main_photo_edit_image.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/raw/font_awesome_solid.otf=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/font_awesome_solid.otf | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/o.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/o.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/ee.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ee.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/layout/fragment_photo_edit_emoji_item_list.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_photo_edit_emoji_item_list.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/s.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/s.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/layout/add_text_popup_window.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/add_text_popup_window.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/y.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/y.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable/fading_shadow.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/fading_shadow.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/d.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/d.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/cc.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/cc.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/p.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/p.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/k.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/k.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/aa.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/aa.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/layout/fragment_main_photo_edit_emoji.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_main_photo_edit_emoji.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/x.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/x.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/layout/color_picker_item_list.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/color_picker_item_list.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/t.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/t.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/c.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/c.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/layout/activity_photo_editor.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_photo_editor.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/q.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/q.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/layout/activity_main.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/raw/emojioneandroid=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/emojioneandroid | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/l.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/l.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/layout/fragment_photo_edit_image_item_list.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_photo_edit_image_item_list.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable/above_shadow.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/above_shadow.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/dd.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/dd.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/w.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/w.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/bb.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/bb.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/u.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/u.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable/below_shadow.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/below_shadow.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/raw/eventtusicons=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/eventtusicons | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/z.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/z.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/i.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/i.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/n.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/n.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/m.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/m.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/raw/icomoon.ttf=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/icomoon.ttf | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable/rounded_border_text_view.xml=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/rounded_border_text_view.xml | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/r.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/r.png | |
+ui.photoeditor.thienmd_react-native-image-editor-main-6\:/drawable-xhdpi/v.png=/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/v.png | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml | |
new file mode 100644 | |
index 0000000..e379a97 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml | |
@@ -0,0 +1,533 @@ | |
+<?xml version="1.0" encoding="utf-8"?> | |
+<resources> | |
+ <string-array name="photo_editor_emoji"> | |
+ | |
+ | |
+ <item> U+25EF</item> | |
+ <item> U+25CB</item> | |
+ <item> U+25AF</item> | |
+ <item> U+25AD</item> | |
+ <item> U+25B3</item> | |
+ <item> U+25A2</item> | |
+ <item> U+25A1</item> | |
+ <item>u+1f604</item> | |
+ <item>u+1f603</item> | |
+ <item>u+1f600</item> | |
+ <item>u+1f60a</item> | |
+ <item>u+263a</item> | |
+ <item>u+1f609</item> | |
+ <item>u+1f60d</item> | |
+ <item>u+1f618</item> | |
+ <item>u+1f61a</item> | |
+ <item>u+1f617</item> | |
+ <item>u+1f619</item> | |
+ <item>u+1f61c</item> | |
+ <item>u+1f61d</item> | |
+ <item>u+1f61b</item> | |
+ <item>u+1f633</item> | |
+ <item>u+1f601</item> | |
+ <item>u+1f614</item> | |
+ <item>u+1f60c</item> | |
+ <item>u+1f612</item> | |
+ <item>u+1f61e</item> | |
+ <item>u+1f623</item> | |
+ <item>u+1f622</item> | |
+ <item>u+1f602</item> | |
+ <item>u+1f62d</item> | |
+ <item>u+1f62a</item> | |
+ <item>u+1f625</item> | |
+ <item>u+1f630</item> | |
+ <item>u+1f605</item> | |
+ <item>u+1f613</item> | |
+ <item>u+1f629</item> | |
+ <item>u+1f62b</item> | |
+ <item>u+1f628</item> | |
+ <item>u+1f631</item> | |
+ <item>u+1f620</item> | |
+ <item>u+1f621</item> | |
+ <item>u+1f624</item> | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ </string-array> | |
+ <integer-array name="photo_editor_photos"> | |
+ <item>@drawable/c</item> | |
+ <item>@drawable/d</item> | |
+ <item>@drawable/e</item> | |
+ <item>@drawable/i</item> | |
+ <item>@drawable/j</item> | |
+ <item>@drawable/k</item> | |
+ <item>@drawable/l</item> | |
+ <item>@drawable/m</item> | |
+ <item>@drawable/n</item> | |
+ <item>@drawable/o</item> | |
+ <item>@drawable/p</item> | |
+ <item>@drawable/q</item> | |
+ <item>@drawable/r</item> | |
+ <item>@drawable/s</item> | |
+ <item>@drawable/t</item> | |
+ <item>@drawable/u</item> | |
+ <item>@drawable/v</item> | |
+ <item>@drawable/w</item> | |
+ <item>@drawable/x</item> | |
+ <item>@drawable/y</item> | |
+ <item>@drawable/z</item> | |
+ <item>@drawable/aa</item> | |
+ <item>@drawable/bb</item> | |
+ <item>@drawable/cc</item> | |
+ <item>@drawable/dd</item> | |
+ <item>@drawable/ee</item> | |
+ </integer-array> | |
+ <color name="black">#000000</color> | |
+ <color name="blue_color_picker">#0066FF</color> | |
+ <color name="brown_color_picker">#AF593E</color> | |
+ <color name="colorAccent">#FF4081</color> | |
+ <color name="colorPrimary">#3F51B5</color> | |
+ <color name="colorPrimaryDark">#303F9F</color> | |
+ <color name="green_color_picker">#01A368</color> | |
+ <color name="orange_color_picker">#FF861F</color> | |
+ <color name="red_color_picker">#ED0A3F</color> | |
+ <color name="red_orange_color_picker">#FF3F34</color> | |
+ <color name="sky_blue_color_picker">#76D7EA</color> | |
+ <color name="violet_color_picker">#8359A3</color> | |
+ <color name="white">#FFFFFF</color> | |
+ <color name="yellow_color_picker">#FBE870</color> | |
+ <color name="yellow_green_color_picker">#C5E17A</color> | |
+ <dimen name="fab_margin">16dp</dimen> | |
+ <dimen name="image_loader_post_width">450dp</dimen> | |
+ <string name="access_media_permissions_msg">To attach photos, we need to access media on your device</string> | |
+ <string name="app_name">PhotoEditor</string> | |
+ <string name="camera">Camera</string> | |
+ <string name="choose_from_camera">Choose From Camera</string> | |
+ <string name="choose_from_gallery">Choose From Gallery</string> | |
+ <string name="clear_all">Clear all</string> | |
+ <string name="continue_txt">Continue</string> | |
+ <string name="directory_create_fail">Failed to create directory</string> | |
+ <string name="done">Done</string> | |
+ <string name="erase">Erase</string> | |
+ <string name="gallery">Gallery</string> | |
+ <string name="ic_clear_all">"\ue909"</string> | |
+ <string name="ic_close">"\ue902"</string> | |
+ <string name="ic_continue">"\ue900"</string> | |
+ <string name="ic_crop">\ue90a</string> | |
+ <string name="ic_delete">"\ue907"</string> | |
+ <string name="ic_draw">""\ue905</string> | |
+ <string name="ic_images">"\ue906"</string> | |
+ <string name="ic_rotate">"\ue908"</string> | |
+ <string name="ic_save">"\ue903"</string> | |
+ <string name="ic_text">"\ue901"</string> | |
+ <string name="media_access_denied_msg">You denied storage access, no photos will be added.</string> | |
+ <string name="not_now">NOT NOW</string> | |
+ <string name="save">Save</string> | |
+ <string name="save_image_succeed">Image saved</string> | |
+ <string name="title_activity_photo_editor">PhotoEditorActivity</string> | |
+ <string name="undo"/> | |
+ <string name="upload_dialog_title">Upload Image</string> | |
+ <string name="upload_picker_title">Select Picture</string> | |
+ <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | |
+ | |
+ <item name="colorPrimary">@color/colorPrimary</item> | |
+ <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | |
+ <item name="colorAccent">@color/colorAccent</item> | |
+ </style> | |
+ <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/> | |
+ <style name="AppTheme.NoActionBar"> | |
+ <item name="windowActionBar">false</item> | |
+ <item name="windowNoTitle">true</item> | |
+ </style> | |
+ <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/> | |
+ <style name="EditText"> | |
+ <item name="android:singleLine">true</item> | |
+ <item name="colorControlNormal">#FFFFFF</item> | |
+ <item name="colorControlActivated">#FFFFFF</item> | |
+ <item name="android:textColorPrimary">#FFFFFF</item> | |
+ <item name="android:textSize">14sp</item> | |
+ </style> | |
+ <declare-styleable name="RealtimeBlurView"> | |
+ <attr format="dimension" name="realtimeBlurRadius"/> | |
+ <attr format="float" name="realtimeDownsampleFactor"/> | |
+ <attr format="color" name="realtimeOverlayColor"/> | |
+ </declare-styleable> | |
+ <declare-styleable name="SlidingUpPanelLayout"> | |
+ <attr format="dimension" name="umanoPanelHeight"/> | |
+ <attr format="dimension" name="umanoShadowHeight"/> | |
+ <attr format="dimension" name="umanoParallaxOffset"/> | |
+ <attr format="color" name="umanoFadeColor"/> | |
+ <attr format="integer" name="umanoFlingVelocity"/> | |
+ <attr format="reference" name="umanoDragView"/> | |
+ <attr format="reference" name="umanoScrollableView"/> | |
+ <attr format="boolean" name="umanoOverlay"/> | |
+ <attr format="boolean" name="umanoClipPanel"/> | |
+ <attr format="float" name="umanoAnchorPoint"/> | |
+ <attr format="enum" name="umanoInitialState"> | |
+ <enum name="expanded" value="0"/> | |
+ <enum name="collapsed" value="1"/> | |
+ <enum name="anchored" value="2"/> | |
+ <enum name="hidden" value="3"/> | |
+ </attr> | |
+ <attr format="reference" name="umanoScrollInterpolator"/> | |
+ </declare-styleable> | |
+</resources> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml | |
new file mode 100644 | |
index 0000000..0978e6a | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml | |
@@ -0,0 +1,499 @@ | |
+<?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="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/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:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res"><file name="rounded_border_text_view" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable/rounded_border_text_view.xml" qualifiers="" type="drawable"/><file name="above_shadow" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable/above_shadow.xml" qualifiers="" type="drawable"/><file name="fading_shadow" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable/fading_shadow.xml" qualifiers="" type="drawable"/><file name="below_shadow" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable/below_shadow.xml" qualifiers="" type="drawable"/><file name="fragment_main_photo_edit_image" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/fragment_main_photo_edit_image.xml" qualifiers="" type="layout"/><file name="add_text_popup_window" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/add_text_popup_window.xml" qualifiers="" type="layout"/><file name="fragment_photo_edit_emoji_item_list" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/fragment_photo_edit_emoji_item_list.xml" qualifiers="" type="layout"/><file name="fragment_photo_edit_image_item_list" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/fragment_photo_edit_image_item_list.xml" qualifiers="" type="layout"/><file name="color_picker_item_list" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/color_picker_item_list.xml" qualifiers="" type="layout"/><file name="activity_photo_editor" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/activity_photo_editor.xml" qualifiers="" type="layout"/><file name="fragment_main_photo_edit_emoji" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/fragment_main_photo_edit_emoji.xml" qualifiers="" type="layout"/><file name="activity_main" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/activity_main.xml" qualifiers="" type="layout"/><file path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/values/colors.xml" qualifiers=""><color name="colorPrimary">#3F51B5</color><color name="colorPrimaryDark">#303F9F</color><color name="colorAccent">#FF4081</color><color name="black">#000000</color><color name="white">#FFFFFF</color><color name="blue_color_picker">#0066FF</color><color name="brown_color_picker">#AF593E</color><color name="green_color_picker">#01A368</color><color name="orange_color_picker">#FF861F</color><color name="red_color_picker">#ED0A3F</color><color name="red_orange_color_picker">#FF3F34</color><color name="sky_blue_color_picker">#76D7EA</color><color name="violet_color_picker">#8359A3</color><color name="yellow_color_picker">#FBE870</color><color name="yellow_green_color_picker">#C5E17A</color></file><file path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/values/dimens.xml" qualifiers=""><dimen name="fab_margin">16dp</dimen><dimen name="image_loader_post_width">450dp</dimen></file><file path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/values/arrays.xml" qualifiers=""><integer-array name="photo_editor_photos"> | |
+ <item>@drawable/c</item> | |
+ <item>@drawable/d</item> | |
+ <item>@drawable/e</item> | |
+ <item>@drawable/i</item> | |
+ <item>@drawable/j</item> | |
+ <item>@drawable/k</item> | |
+ <item>@drawable/l</item> | |
+ <item>@drawable/m</item> | |
+ <item>@drawable/n</item> | |
+ <item>@drawable/o</item> | |
+ <item>@drawable/p</item> | |
+ <item>@drawable/q</item> | |
+ <item>@drawable/r</item> | |
+ <item>@drawable/s</item> | |
+ <item>@drawable/t</item> | |
+ <item>@drawable/u</item> | |
+ <item>@drawable/v</item> | |
+ <item>@drawable/w</item> | |
+ <item>@drawable/x</item> | |
+ <item>@drawable/y</item> | |
+ <item>@drawable/z</item> | |
+ <item>@drawable/aa</item> | |
+ <item>@drawable/bb</item> | |
+ <item>@drawable/cc</item> | |
+ <item>@drawable/dd</item> | |
+ <item>@drawable/ee</item> | |
+ </integer-array><string-array name="photo_editor_emoji"> | |
+ | |
+ | |
+ <item> U+25EF</item> | |
+ <item> U+25CB</item> | |
+ <item> U+25AF</item> | |
+ <item> U+25AD</item> | |
+ <item> U+25B3</item> | |
+ <item> U+25A2</item> | |
+ <item> U+25A1</item> | |
+ <item>u+1f604</item> | |
+ <item>u+1f603</item> | |
+ <item>u+1f600</item> | |
+ <item>u+1f60a</item> | |
+ <item>u+263a</item> | |
+ <item>u+1f609</item> | |
+ <item>u+1f60d</item> | |
+ <item>u+1f618</item> | |
+ <item>u+1f61a</item> | |
+ <item>u+1f617</item> | |
+ <item>u+1f619</item> | |
+ <item>u+1f61c</item> | |
+ <item>u+1f61d</item> | |
+ <item>u+1f61b</item> | |
+ <item>u+1f633</item> | |
+ <item>u+1f601</item> | |
+ <item>u+1f614</item> | |
+ <item>u+1f60c</item> | |
+ <item>u+1f612</item> | |
+ <item>u+1f61e</item> | |
+ <item>u+1f623</item> | |
+ <item>u+1f622</item> | |
+ <item>u+1f602</item> | |
+ <item>u+1f62d</item> | |
+ <item>u+1f62a</item> | |
+ <item>u+1f625</item> | |
+ <item>u+1f630</item> | |
+ <item>u+1f605</item> | |
+ <item>u+1f613</item> | |
+ <item>u+1f629</item> | |
+ <item>u+1f62b</item> | |
+ <item>u+1f628</item> | |
+ <item>u+1f631</item> | |
+ <item>u+1f620</item> | |
+ <item>u+1f621</item> | |
+ <item>u+1f624</item> | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ </string-array></file><file path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/values/styles.xml" qualifiers=""><style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | |
+ | |
+ <item name="colorPrimary">@color/colorPrimary</item> | |
+ <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | |
+ <item name="colorAccent">@color/colorAccent</item> | |
+ </style><style name="AppTheme.NoActionBar"> | |
+ <item name="windowActionBar">false</item> | |
+ <item name="windowNoTitle">true</item> | |
+ </style><style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/><style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/><style name="EditText"> | |
+ <item name="android:singleLine">true</item> | |
+ <item name="colorControlNormal">#FFFFFF</item> | |
+ <item name="colorControlActivated">#FFFFFF</item> | |
+ <item name="android:textColorPrimary">#FFFFFF</item> | |
+ <item name="android:textSize">14sp</item> | |
+ </style></file><file path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/values/strings.xml" qualifiers=""><string name="app_name">PhotoEditor</string><string name="title_activity_photo_editor">PhotoEditorActivity</string><string name="done">Done</string><string name="save">Save</string><string name="clear_all">Clear all</string><string name="camera">Camera</string><string name="gallery">Gallery</string><string name="upload_dialog_title">Upload Image</string><string name="upload_picker_title">Select Picture</string><string name="directory_create_fail">Failed to create directory</string><string name="access_media_permissions_msg">To attach photos, we need to access media on your device</string><string name="continue_txt">Continue</string><string name="not_now">NOT NOW</string><string name="media_access_denied_msg">You denied storage access, no photos will be added.</string><string name="save_image_succeed">Image saved</string><string name="ic_close">"\ue902"</string><string name="ic_text">"\ue901"</string><string name="ic_draw">""\ue905</string><string name="ic_images">"\ue906"</string><string name="ic_save">"\ue903"</string><string name="ic_clear_all">"\ue909"</string><string name="ic_continue">"\ue900"</string><string name="ic_delete">"\ue907"</string><string name="ic_crop">\ue90a</string><string name="ic_rotate">"\ue908"</string><string name="choose_from_gallery">Choose From Gallery</string><string name="choose_from_camera">Choose From Camera</string><string name="undo"/><string name="erase">Erase</string></file><file path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/values/attrs.xml" qualifiers=""><declare-styleable name="SlidingUpPanelLayout"> | |
+ <attr format="dimension" name="umanoPanelHeight"/> | |
+ <attr format="dimension" name="umanoShadowHeight"/> | |
+ <attr format="dimension" name="umanoParallaxOffset"/> | |
+ <attr format="color" name="umanoFadeColor"/> | |
+ <attr format="integer" name="umanoFlingVelocity"/> | |
+ <attr format="reference" name="umanoDragView"/> | |
+ <attr format="reference" name="umanoScrollableView"/> | |
+ <attr format="boolean" name="umanoOverlay"/> | |
+ <attr format="boolean" name="umanoClipPanel"/> | |
+ <attr format="float" name="umanoAnchorPoint"/> | |
+ <attr format="enum" name="umanoInitialState"> | |
+ <enum name="expanded" value="0"/> | |
+ <enum name="collapsed" value="1"/> | |
+ <enum name="anchored" value="2"/> | |
+ <enum name="hidden" value="3"/> | |
+ </attr> | |
+ <attr format="reference" name="umanoScrollInterpolator"/> | |
+ </declare-styleable><declare-styleable name="RealtimeBlurView"> | |
+ <attr format="dimension" name="realtimeBlurRadius"/> | |
+ <attr format="float" name="realtimeDownsampleFactor"/> | |
+ <attr format="color" name="realtimeOverlayColor"/> | |
+ </declare-styleable></file><file name="k" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/k.png" qualifiers="xhdpi-v4" type="drawable"/><file name="j" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/j.png" qualifiers="xhdpi-v4" type="drawable"/><file name="i" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/i.png" qualifiers="xhdpi-v4" type="drawable"/><file name="z" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/z.png" qualifiers="xhdpi-v4" type="drawable"/><file name="m" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/m.png" qualifiers="xhdpi-v4" type="drawable"/><file name="aa" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/aa.png" qualifiers="xhdpi-v4" type="drawable"/><file name="l" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/l.png" qualifiers="xhdpi-v4" type="drawable"/><file name="y" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/y.png" qualifiers="xhdpi-v4" type="drawable"/><file name="n" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/n.png" qualifiers="xhdpi-v4" type="drawable"/><file name="o" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/o.png" qualifiers="xhdpi-v4" type="drawable"/><file name="x" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/x.png" qualifiers="xhdpi-v4" type="drawable"/><file name="ee" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/ee.png" qualifiers="xhdpi-v4" type="drawable"/><file name="dd" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/dd.png" qualifiers="xhdpi-v4" type="drawable"/><file name="u" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/u.png" qualifiers="xhdpi-v4" type="drawable"/><file name="c" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/c.png" qualifiers="xhdpi-v4" type="drawable"/><file name="bb" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/bb.png" qualifiers="xhdpi-v4" type="drawable"/><file name="t" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/t.png" qualifiers="xhdpi-v4" type="drawable"/><file name="v" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/v.png" qualifiers="xhdpi-v4" type="drawable"/><file name="w" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/w.png" qualifiers="xhdpi-v4" type="drawable"/><file name="d" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/d.png" qualifiers="xhdpi-v4" type="drawable"/><file name="s" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/s.png" qualifiers="xhdpi-v4" type="drawable"/><file name="r" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/r.png" qualifiers="xhdpi-v4" type="drawable"/><file name="e" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/e.png" qualifiers="xhdpi-v4" type="drawable"/><file name="p" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/p.png" qualifiers="xhdpi-v4" type="drawable"/><file name="cc" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/cc.png" qualifiers="xhdpi-v4" type="drawable"/><file name="q" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/drawable-xhdpi/q.png" qualifiers="xhdpi-v4" type="drawable"/><file name="icomoon" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/raw/icomoon.ttf" qualifiers="" type="raw"/><file name="font_awesome_solid" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/raw/font_awesome_solid.otf" qualifiers="" type="raw"/><file name="eventtusicons" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/raw/eventtusicons" qualifiers="" type="raw"/><file name="emojioneandroid" path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/res/raw/emojioneandroid" qualifiers="" type="raw"/></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/debug/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="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/generated/res/resValues/debug"/></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:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/generated/res/resValues/debug"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="SlidingUpPanelLayout"> | |
+ <attr format="dimension" name="umanoPanelHeight"/> | |
+ <attr format="dimension" name="umanoShadowHeight"/> | |
+ <attr format="dimension" name="umanoParallaxOffset"/> | |
+ <attr format="color" name="umanoFadeColor"/> | |
+ <attr format="integer" name="umanoFlingVelocity"/> | |
+ <attr format="reference" name="umanoDragView"/> | |
+ <attr format="reference" name="umanoScrollableView"/> | |
+ <attr format="boolean" name="umanoOverlay"/> | |
+ <attr format="boolean" name="umanoClipPanel"/> | |
+ <attr format="float" name="umanoAnchorPoint"/> | |
+ <attr format="enum" name="umanoInitialState"> | |
+ <enum name="expanded" value="0"/> | |
+ <enum name="collapsed" value="1"/> | |
+ <enum name="anchored" value="2"/> | |
+ <enum name="hidden" value="3"/> | |
+ </attr> | |
+ <attr format="reference" name="umanoScrollInterpolator"/> | |
+ </declare-styleable><declare-styleable name="RealtimeBlurView"> | |
+ <attr format="dimension" name="realtimeBlurRadius"/> | |
+ <attr format="float" name="realtimeDownsampleFactor"/> | |
+ <attr format="color" name="realtimeOverlayColor"/> | |
+ </declare-styleable></configuration></mergedItems></merger> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/mergeDebugShaders/merger.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/mergeDebugShaders/merger.xml | |
new file mode 100644 | |
index 0000000..6fe91ec | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/mergeDebugShaders/merger.xml | |
@@ -0,0 +1,2 @@ | |
+<?xml version="1.0" encoding="utf-8"?> | |
+<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/debug/shaders"/></dataSet></merger> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/packageDebugAssets/merger.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/packageDebugAssets/merger.xml | |
new file mode 100644 | |
index 0000000..ca77ec3 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/incremental/packageDebugAssets/merger.xml | |
@@ -0,0 +1,2 @@ | |
+<?xml version="1.0" encoding="utf-8"?> | |
+<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/debug/assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet></merger> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$1.class | |
new file mode 100644 | |
index 0000000..51836ba | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$2.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$2.class | |
new file mode 100644 | |
index 0000000..a1c2ca3 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$2.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$3.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$3.class | |
new file mode 100644 | |
index 0000000..4fb5b59 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity$3.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity.class | |
new file mode 100644 | |
index 0000000..4774a5a | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/BaseActivity.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$OnColorPickerClickListener.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$OnColorPickerClickListener.class | |
new file mode 100644 | |
index 0000000..6bab381 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$OnColorPickerClickListener.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$ViewHolder$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$ViewHolder$1.class | |
new file mode 100644 | |
index 0000000..d781255 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$ViewHolder$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$ViewHolder.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$ViewHolder.class | |
new file mode 100644 | |
index 0000000..8e192e0 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter$ViewHolder.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter.class | |
new file mode 100644 | |
index 0000000..8fa0c79 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ColorPickerAdapter.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$OnEmojiClickListener.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$OnEmojiClickListener.class | |
new file mode 100644 | |
index 0000000..0eac933 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$OnEmojiClickListener.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$ViewHolder$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$ViewHolder$1.class | |
new file mode 100644 | |
index 0000000..d1689af | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$ViewHolder$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$ViewHolder.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$ViewHolder.class | |
new file mode 100644 | |
index 0000000..bc0da55 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter$ViewHolder.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter.class | |
new file mode 100644 | |
index 0000000..19d7afe | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiAdapter.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiFragment.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiFragment.class | |
new file mode 100644 | |
index 0000000..ab8361b | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/EmojiFragment.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/GalleryUtils.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/GalleryUtils.class | |
new file mode 100644 | |
index 0000000..3241cef | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/GalleryUtils.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$OnImageClickListener.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$OnImageClickListener.class | |
new file mode 100644 | |
index 0000000..6ac9c2c | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$OnImageClickListener.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$ViewHolder$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$ViewHolder$1.class | |
new file mode 100644 | |
index 0000000..2ac6d6c | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$ViewHolder$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$ViewHolder.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$ViewHolder.class | |
new file mode 100644 | |
index 0000000..de9da14 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter$ViewHolder.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter.class | |
new file mode 100644 | |
index 0000000..e316bd1 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageAdapter.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageFragment.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageFragment.class | |
new file mode 100644 | |
index 0000000..f3aea36 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/ImageFragment.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/MainActivity.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/MainActivity.class | |
new file mode 100644 | |
index 0000000..7661592 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/MainActivity.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/MediaActivity.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/MediaActivity.class | |
new file mode 100644 | |
index 0000000..880130d | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/MediaActivity.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$1.class | |
new file mode 100644 | |
index 0000000..63392e1 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$10.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$10.class | |
new file mode 100644 | |
index 0000000..5873071 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$10.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$2.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$2.class | |
new file mode 100644 | |
index 0000000..67c7e9f | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$2.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$3.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$3.class | |
new file mode 100644 | |
index 0000000..5149dbe | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$3.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$4.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$4.class | |
new file mode 100644 | |
index 0000000..6a70b00 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$4.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$5.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$5.class | |
new file mode 100644 | |
index 0000000..b6a73d2 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$5.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$6.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$6.class | |
new file mode 100644 | |
index 0000000..798587b | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$6.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$7.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$7.class | |
new file mode 100644 | |
index 0000000..29dcb02 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$7.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$8.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$8.class | |
new file mode 100644 | |
index 0000000..cc19dda | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$8.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$9.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$9.class | |
new file mode 100644 | |
index 0000000..b319d1d | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$9.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$PreviewSlidePagerAdapter.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$PreviewSlidePagerAdapter.class | |
new file mode 100644 | |
index 0000000..2ef951c | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity$PreviewSlidePagerAdapter.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity.class | |
new file mode 100644 | |
index 0000000..993c1a6 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/PhotoEditorActivity.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/TranslationService.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/TranslationService.class | |
new file mode 100644 | |
index 0000000..b881775 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/TranslationService.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/UtilFunctions.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/UtilFunctions.class | |
new file mode 100644 | |
index 0000000..1e379a8 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/UtilFunctions.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView$1.class | |
new file mode 100644 | |
index 0000000..292f3d3 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView$StopException.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView$StopException.class | |
new file mode 100644 | |
index 0000000..4629afa | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView$StopException.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView.class | |
new file mode 100644 | |
index 0000000..c8ef082 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/RealtimeBlurView.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$1.class | |
new file mode 100644 | |
index 0000000..173d3a2 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$2.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$2.class | |
new file mode 100644 | |
index 0000000..9dbbe3a | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$2.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$DragHelperCallback.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$DragHelperCallback.class | |
new file mode 100644 | |
index 0000000..83b9548 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$DragHelperCallback.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$LayoutParams.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$LayoutParams.class | |
new file mode 100644 | |
index 0000000..0d5d7e7 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$LayoutParams.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$PanelSlideListener.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$PanelSlideListener.class | |
new file mode 100644 | |
index 0000000..2bec924 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$PanelSlideListener.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$PanelState.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$PanelState.class | |
new file mode 100644 | |
index 0000000..8fac54f | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$PanelState.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SavedState$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SavedState$1.class | |
new file mode 100644 | |
index 0000000..22928d5 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SavedState$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SavedState.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SavedState.class | |
new file mode 100644 | |
index 0000000..38c261b | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SavedState.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SimplePanelSlideListener.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SimplePanelSlideListener.class | |
new file mode 100644 | |
index 0000000..ae8dca8 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout$SimplePanelSlideListener.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout.class | |
new file mode 100644 | |
index 0000000..c04c785 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/SlidingUpPanelLayout.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$1.class | |
new file mode 100644 | |
index 0000000..756fc52 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$2.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$2.class | |
new file mode 100644 | |
index 0000000..d6411fc | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$2.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$Callback.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$Callback.class | |
new file mode 100644 | |
index 0000000..3902d39 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper$Callback.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper.class | |
new file mode 100644 | |
index 0000000..10e2612 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/ahmedadeltito/photoeditor/widget/ViewDragHelper.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/BuildConfig.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/BuildConfig.class | |
new file mode 100644 | |
index 0000000..4013a86 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/BuildConfig.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorModule$1.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorModule$1.class | |
new file mode 100644 | |
index 0000000..614b0ea | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorModule$1.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorModule.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorModule.class | |
new file mode 100644 | |
index 0000000..c9ba8e7 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorModule.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorPackage.class b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorPackage.class | |
new file mode 100644 | |
index 0000000..b2830e1 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ui/photoeditor/RNPhotoEditorPackage.class differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt | |
new file mode 100644 | |
index 0000000..c8c247c | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt | |
@@ -0,0 +1,159 @@ | |
+R_DEF: Internal format may change without notice | |
+local | |
+array photo_editor_emoji | |
+array photo_editor_photos | |
+attr? realtimeBlurRadius | |
+attr? realtimeDownsampleFactor | |
+attr? realtimeOverlayColor | |
+attr? umanoAnchorPoint | |
+attr? umanoClipPanel | |
+attr? umanoDragView | |
+attr? umanoFadeColor | |
+attr? umanoFlingVelocity | |
+attr? umanoInitialState | |
+attr? umanoOverlay | |
+attr? umanoPanelHeight | |
+attr? umanoParallaxOffset | |
+attr? umanoScrollInterpolator | |
+attr? umanoScrollableView | |
+attr? umanoShadowHeight | |
+color black | |
+color blue_color_picker | |
+color brown_color_picker | |
+color colorAccent | |
+color colorPrimary | |
+color colorPrimaryDark | |
+color green_color_picker | |
+color orange_color_picker | |
+color red_color_picker | |
+color red_orange_color_picker | |
+color sky_blue_color_picker | |
+color violet_color_picker | |
+color white | |
+color yellow_color_picker | |
+color yellow_green_color_picker | |
+dimen fab_margin | |
+dimen image_loader_post_width | |
+drawable aa | |
+drawable above_shadow | |
+drawable bb | |
+drawable below_shadow | |
+drawable c | |
+drawable cc | |
+drawable d | |
+drawable dd | |
+drawable e | |
+drawable ee | |
+drawable fading_shadow | |
+drawable i | |
+drawable j | |
+drawable k | |
+drawable l | |
+drawable m | |
+drawable n | |
+drawable o | |
+drawable p | |
+drawable q | |
+drawable r | |
+drawable rounded_border_text_view | |
+drawable s | |
+drawable t | |
+drawable u | |
+drawable v | |
+drawable w | |
+drawable x | |
+drawable y | |
+drawable z | |
+id add_crop_tv | |
+id add_image_emoji_tv | |
+id add_pencil_tv | |
+id add_rotate_tv | |
+id add_text_color_picker_recycler_view | |
+id add_text_color_picker_relative_layout | |
+id add_text_done_tv | |
+id add_text_edit_text | |
+id add_text_tv | |
+id anchored | |
+id bottom_parent_rl | |
+id bottom_shadow | |
+id clear_all_tv | |
+id close_tv | |
+id collapsed | |
+id color_picker_view | |
+id delete_rl | |
+id delete_tv | |
+id done_drawing_tv | |
+id dragView | |
+id drawing_view | |
+id drawing_view_color_picker_recycler_view | |
+id erase_drawing_tv | |
+id expanded | |
+id fragment_main_photo_edit_emoji_rv | |
+id fragment_main_photo_edit_image_rv | |
+id fragment_photo_edit_emoji_rl | |
+id fragment_photo_edit_emoji_tv | |
+id fragment_photo_edit_image_iv | |
+id fragment_photo_edit_image_rl | |
+id go_to_next_screen_tv | |
+id hidden | |
+id image_emoji_bottom_sheet | |
+id image_emoji_indicator | |
+id image_emoji_view_pager | |
+id overlay | |
+id parent | |
+id parent_image_rl | |
+id photo_edit_iv | |
+id save_tv | |
+id sliding_layout | |
+id top_parent_rl | |
+id top_shadow | |
+id undo_text_tv | |
+id undo_tv | |
+layout activity_main | |
+layout activity_photo_editor | |
+layout add_text_popup_window | |
+layout color_picker_item_list | |
+layout fragment_main_photo_edit_emoji | |
+layout fragment_main_photo_edit_image | |
+layout fragment_photo_edit_emoji_item_list | |
+layout fragment_photo_edit_image_item_list | |
+raw emojioneandroid | |
+raw eventtusicons | |
+raw font_awesome_solid | |
+raw icomoon | |
+string access_media_permissions_msg | |
+string app_name | |
+string camera | |
+string choose_from_camera | |
+string choose_from_gallery | |
+string clear_all | |
+string continue_txt | |
+string directory_create_fail | |
+string done | |
+string erase | |
+string gallery | |
+string ic_clear_all | |
+string ic_close | |
+string ic_continue | |
+string ic_crop | |
+string ic_delete | |
+string ic_draw | |
+string ic_images | |
+string ic_rotate | |
+string ic_save | |
+string ic_text | |
+string media_access_denied_msg | |
+string not_now | |
+string save | |
+string save_image_succeed | |
+string title_activity_photo_editor | |
+string undo | |
+string upload_dialog_title | |
+string upload_picker_title | |
+style AppTheme | |
+style AppTheme.AppBarOverlay | |
+style AppTheme.NoActionBar | |
+style AppTheme.PopupOverlay | |
+style EditText | |
+styleable RealtimeBlurView realtimeBlurRadius realtimeDownsampleFactor realtimeOverlayColor | |
+styleable SlidingUpPanelLayout umanoPanelHeight umanoShadowHeight umanoParallaxOffset umanoFadeColor umanoFlingVelocity umanoDragView umanoScrollableView umanoOverlay umanoClipPanel umanoAnchorPoint umanoInitialState umanoScrollInterpolator | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt | |
new file mode 100644 | |
index 0000000..e308d19 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt | |
@@ -0,0 +1,7 @@ | |
+1<?xml version="1.0" encoding="utf-8"?> | |
+2<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
+3 package="ui.photoeditor" > | |
+4 | |
+5 <uses-sdk android:minSdkVersion="24" /> | |
+6 | |
+7</manifest> | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml | |
new file mode 100644 | |
index 0000000..5dd1856 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml | |
@@ -0,0 +1,7 @@ | |
+<?xml version="1.0" encoding="utf-8"?> | |
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
+ package="ui.photoeditor" > | |
+ | |
+ <uses-sdk android:minSdkVersion="24" /> | |
+ | |
+</manifest> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json | |
new file mode 100644 | |
index 0000000..0637a08 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json | |
@@ -0,0 +1 @@ | |
+[] | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt | |
new file mode 100644 | |
index 0000000..08f4ebe | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt | |
@@ -0,0 +1 @@ | |
+0 Warning/Error | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/aa.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/aa.png | |
new file mode 100644 | |
index 0000000..ae288b8 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/aa.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/bb.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/bb.png | |
new file mode 100644 | |
index 0000000..cd18da8 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/bb.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/c.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/c.png | |
new file mode 100644 | |
index 0000000..e3cc95f | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/c.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/cc.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/cc.png | |
new file mode 100644 | |
index 0000000..115dd6b | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/cc.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/d.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/d.png | |
new file mode 100644 | |
index 0000000..20b7e9d | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/d.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/dd.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/dd.png | |
new file mode 100644 | |
index 0000000..5237773 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/dd.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/e.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/e.png | |
new file mode 100644 | |
index 0000000..09b5a24 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/e.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ee.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ee.png | |
new file mode 100644 | |
index 0000000..c887f5d | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ee.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/i.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/i.png | |
new file mode 100644 | |
index 0000000..be853a5 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/i.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/j.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/j.png | |
new file mode 100644 | |
index 0000000..8bf5567 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/j.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/k.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/k.png | |
new file mode 100644 | |
index 0000000..2d7f4c9 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/k.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/l.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/l.png | |
new file mode 100644 | |
index 0000000..38882bd | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/l.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/m.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/m.png | |
new file mode 100644 | |
index 0000000..adcfde5 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/m.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/n.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/n.png | |
new file mode 100644 | |
index 0000000..bd90c91 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/n.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/o.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/o.png | |
new file mode 100644 | |
index 0000000..d3ef99e | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/o.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/p.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/p.png | |
new file mode 100644 | |
index 0000000..111af4c | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/p.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/q.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/q.png | |
new file mode 100644 | |
index 0000000..39c9289 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/q.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/r.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/r.png | |
new file mode 100644 | |
index 0000000..37430e4 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/r.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/s.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/s.png | |
new file mode 100644 | |
index 0000000..b3fb3cf | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/s.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/t.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/t.png | |
new file mode 100644 | |
index 0000000..56908f8 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/t.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/u.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/u.png | |
new file mode 100644 | |
index 0000000..11c4f8d | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/u.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/v.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/v.png | |
new file mode 100644 | |
index 0000000..1c8aab0 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/v.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/w.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/w.png | |
new file mode 100644 | |
index 0000000..3670129 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/w.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/x.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/x.png | |
new file mode 100644 | |
index 0000000..9a77182 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/x.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/y.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/y.png | |
new file mode 100644 | |
index 0000000..f5bef4e | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/y.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/z.png b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/z.png | |
new file mode 100644 | |
index 0000000..4893708 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/z.png differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/above_shadow.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/above_shadow.xml | |
new file mode 100644 | |
index 0000000..c3c4fa3 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/above_shadow.xml | |
@@ -0,0 +1,7 @@ | |
+<shape xmlns:android="http://schemas.android.com/apk/res/android"> | |
+ <gradient | |
+ android:startColor="#20000000" | |
+ android:endColor="@android:color/transparent" | |
+ android:angle="90" > | |
+ </gradient> | |
+</shape> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/below_shadow.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/below_shadow.xml | |
new file mode 100644 | |
index 0000000..047c6e8 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/below_shadow.xml | |
@@ -0,0 +1,7 @@ | |
+<shape xmlns:android="http://schemas.android.com/apk/res/android"> | |
+ <gradient | |
+ android:startColor="#20000000" | |
+ android:endColor="@android:color/transparent" | |
+ android:angle="270" > | |
+ </gradient> | |
+</shape> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/fading_shadow.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/fading_shadow.xml | |
new file mode 100644 | |
index 0000000..4453cdf | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/fading_shadow.xml | |
@@ -0,0 +1,7 @@ | |
+<shape xmlns:android="http://schemas.android.com/apk/res/android"> | |
+ <gradient | |
+ android:angle="90" | |
+ android:dither="true" | |
+ android:endColor="#8c000000" | |
+ android:startColor="#00000000" /> | |
+</shape> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/rounded_border_text_view.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/rounded_border_text_view.xml | |
new file mode 100644 | |
index 0000000..7be56cf | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/rounded_border_text_view.xml | |
@@ -0,0 +1,13 @@ | |
+<shape xmlns:android="http://schemas.android.com/apk/res/android"> | |
+ <stroke | |
+ android:width="2dp" | |
+ android:color="#FFFFFF" /> | |
+ | |
+ <padding | |
+ android:bottom="2dp" | |
+ android:left="2dp" | |
+ android:right="2dp" | |
+ android:top="2dp" /> | |
+ | |
+ <corners android:radius="50dp" /> | |
+</shape> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml | |
new file mode 100644 | |
index 0000000..694939e | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml | |
@@ -0,0 +1,28 @@ | |
+<?xml version="1.0" encoding="utf-8"?> | |
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
+ xmlns:tools="http://schemas.android.com/tools" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ tools:context="com.ahmedadeltito.photoeditor.MainActivity"> | |
+ | |
+ <LinearLayout | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:gravity="center" | |
+ android:orientation="vertical"> | |
+ | |
+ <Button | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:onClick="openUserGallery" | |
+ android:text="@string/choose_from_gallery" /> | |
+ | |
+ <Button | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:onClick="openUserCamera" | |
+ android:text="@string/choose_from_camera" /> | |
+ | |
+ </LinearLayout> | |
+ | |
+</androidx.constraintlayout.widget.ConstraintLayout> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_photo_editor.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_photo_editor.xml | |
new file mode 100644 | |
index 0000000..ef6ad96 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_photo_editor.xml | |
@@ -0,0 +1,314 @@ | |
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
+ xmlns:app="http://schemas.android.com/apk/res-auto" | |
+ xmlns:tools="http://schemas.android.com/tools" | |
+ android:id="@+id/parent" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:fitsSystemWindows="true" | |
+ tools:context="com.ahmedadeltito.photoeditor.PhotoEditorActivity"> | |
+ | |
+ <com.ahmedadeltito.photoeditor.widget.SlidingUpPanelLayout | |
+ android:id="@+id/sliding_layout" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:gravity="bottom" | |
+ app:umanoDragView="@+id/dragView" | |
+ app:umanoOverlay="true" | |
+ app:umanoShadowHeight="4dp"> | |
+ | |
+ <RelativeLayout | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:background="#000000" | |
+ android:gravity="center"> | |
+ | |
+ <RelativeLayout | |
+ android:id="@+id/parent_image_rl" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:layout_centerInParent="true"> | |
+ | |
+ <ImageView | |
+ android:id="@+id/photo_edit_iv" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" | |
+ android:layout_centerInParent="true" | |
+ android:adjustViewBounds="true" | |
+ android:contentDescription="@string/app_name" | |
+ android:scaleType="centerCrop" /> | |
+ | |
+ <com.ahmedadeltito.photoeditorsdk.BrushDrawingView | |
+ android:id="@+id/drawing_view" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignTop="@+id/photo_edit_iv" | |
+ android:layout_alignBottom="@+id/photo_edit_iv" | |
+ android:layout_centerInParent="true" | |
+ android:visibility="gone" /> | |
+ | |
+ </RelativeLayout> | |
+ | |
+ <TextView | |
+ android:id="@+id/done_drawing_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignParentEnd="true" | |
+ android:layout_marginEnd="20dp" | |
+ android:layout_marginStart="20dp" | |
+ android:layout_marginTop="10dp" | |
+ android:padding="10dp" | |
+ android:shadowColor="#000000" | |
+ android:shadowDx="1" | |
+ android:shadowDy="1" | |
+ android:shadowRadius="2" | |
+ android:text="@string/done" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="20sp" | |
+ android:visibility="gone" /> | |
+ | |
+ <TextView | |
+ android:id="@+id/erase_drawing_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_marginEnd="20dp" | |
+ android:layout_marginStart="20dp" | |
+ android:layout_marginTop="10dp" | |
+ android:layout_toStartOf="@+id/done_drawing_tv" | |
+ android:padding="10dp" | |
+ android:shadowColor="#000000" | |
+ android:shadowDx="1" | |
+ android:shadowDy="1" | |
+ android:shadowRadius="2" | |
+ android:text="@string/erase" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="20sp" | |
+ android:visibility="gone" /> | |
+ | |
+ <androidx.recyclerview.widget.RecyclerView | |
+ android:id="@+id/drawing_view_color_picker_recycler_view" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignParentBottom="true" /> | |
+ | |
+ <View | |
+ android:id="@+id/top_shadow" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="100dp" | |
+ android:layout_alignParentTop="true" | |
+ android:background="@drawable/fading_shadow" /> | |
+ | |
+ <RelativeLayout | |
+ android:id="@+id/top_parent_rl" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignBottom="@+id/top_shadow" | |
+ android:layout_alignTop="@+id/top_shadow" | |
+ android:paddingLeft="5dp" | |
+ android:paddingRight="5dp"> | |
+ | |
+ <TextView | |
+ android:id="@+id/close_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:padding="15dp" | |
+ android:text="@string/ic_close" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="20sp" /> | |
+ | |
+ <TextView | |
+ android:id="@+id/add_text_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignParentEnd="true" | |
+ android:layout_alignParentTop="true" | |
+ android:padding="15dp" | |
+ android:text="@string/ic_text" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="20sp" /> | |
+ | |
+ <TextView | |
+ android:id="@+id/add_pencil_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_toStartOf="@+id/add_text_tv" | |
+ android:padding="15dp" | |
+ android:text="@string/ic_draw" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="20sp" /> | |
+ <TextView | |
+ android:id="@+id/add_rotate_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_toStartOf="@+id/add_pencil_tv" | |
+ android:padding="15dp" | |
+ android:text="@string/ic_rotate" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="20sp" /> | |
+ <TextView | |
+ android:id="@+id/add_crop_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_toStartOf="@+id/add_rotate_tv" | |
+ android:padding="15dp" | |
+ android:text="@string/ic_crop" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="20sp" /> | |
+ | |
+ <TextView | |
+ android:id="@+id/add_image_emoji_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_toStartOf="@+id/add_crop_tv" | |
+ android:padding="15dp" | |
+ android:text="@string/ic_images" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="20sp" /> | |
+ | |
+ </RelativeLayout> | |
+ | |
+ <View | |
+ android:id="@+id/bottom_shadow" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="100dp" | |
+ android:layout_alignParentBottom="true" | |
+ android:background="@drawable/below_shadow" /> | |
+ | |
+ <RelativeLayout | |
+ android:id="@+id/bottom_parent_rl" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignBottom="@+id/bottom_shadow" | |
+ android:layout_alignTop="@+id/bottom_shadow" | |
+ android:paddingLeft="26dp" | |
+ android:paddingRight="26dp"> | |
+ | |
+ <TextView | |
+ android:id="@+id/save_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignParentStart="true" | |
+ android:layout_centerVertical="true" | |
+ android:gravity="center" | |
+ android:text="@string/ic_save" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="25sp" /> | |
+ | |
+ <TextView | |
+ android:id="@+id/clear_all_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_centerVertical="true" | |
+ android:layout_marginStart="20dp" | |
+ android:layout_marginTop="4dp" | |
+ android:layout_toEndOf="@+id/save_tv" | |
+ android:gravity="center" | |
+ android:text="@string/ic_clear_all" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="25sp" /> | |
+ | |
+ | |
+ <TextView | |
+ android:id="@+id/undo_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignEnd="@+id/undo_text_tv" | |
+ android:layout_centerVertical="true" | |
+ android:layout_marginStart="20dp" | |
+ android:layout_marginTop="4dp" | |
+ android:layout_toEndOf="@+id/clear_all_tv" | |
+ android:gravity="center" | |
+ android:text="@string/ic_clear_all" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="25sp" | |
+ android:visibility="gone" /> | |
+ | |
+ <TextView | |
+ android:id="@+id/undo_text_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_below="@+id/clear_all_tv" | |
+ android:layout_centerVertical="true" | |
+ android:layout_marginStart="20dp" | |
+ android:layout_marginTop="4dp" | |
+ android:layout_toEndOf="@+id/clear_all_tv" | |
+ android:text="@string/undo" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="15sp" | |
+ android:visibility="gone" /> | |
+ | |
+ <TextView | |
+ android:id="@+id/go_to_next_screen_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignParentEnd="true" | |
+ android:layout_centerVertical="true" | |
+ android:text="@string/ic_continue" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="40sp" /> | |
+ | |
+ </RelativeLayout> | |
+ | |
+ <RelativeLayout | |
+ android:id="@+id/delete_rl" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignParentBottom="true" | |
+ android:padding="20dp" | |
+ android:visibility="gone"> | |
+ | |
+ <TextView | |
+ android:id="@+id/delete_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_centerInParent="true" | |
+ android:background="@drawable/rounded_border_text_view" | |
+ android:padding="10dp" | |
+ android:text="@string/ic_delete" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="30sp" /> | |
+ | |
+ </RelativeLayout> | |
+ | |
+ </RelativeLayout> | |
+ | |
+ <RelativeLayout | |
+ android:id="@+id/image_emoji_bottom_sheet" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent"> | |
+ | |
+ <com.ahmedadeltito.photoeditor.widget.RealtimeBlurView | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ app:realtimeBlurRadius="10dp" | |
+ app:realtimeOverlayColor="#33ffffff" /> | |
+ | |
+ <me.relex.circleindicator.CircleIndicator | |
+ android:id="@+id/image_emoji_indicator" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_centerHorizontal="true" | |
+ android:layout_gravity="center_horizontal" | |
+ android:padding="12dp" /> | |
+ | |
+ <androidx.viewpager.widget.ViewPager | |
+ android:id="@+id/image_emoji_view_pager" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:layout_below="@+id/image_emoji_indicator" /> | |
+ | |
+ </RelativeLayout> | |
+ | |
+ </com.ahmedadeltito.photoeditor.widget.SlidingUpPanelLayout> | |
+ <FrameLayout | |
+ android:id="@+id/overlay" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:background="#80000000" | |
+ android:visibility="gone"> | |
+ | |
+ <ProgressBar | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_gravity="center"/> | |
+ </FrameLayout> | |
+</RelativeLayout> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/add_text_popup_window.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/add_text_popup_window.xml | |
new file mode 100644 | |
index 0000000..b0747b2 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/add_text_popup_window.xml | |
@@ -0,0 +1,47 @@ | |
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:background="#B3000000" | |
+ android:orientation="vertical"> | |
+ | |
+ <TextView | |
+ android:id="@+id/add_text_done_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignParentEnd="true" | |
+ android:layout_alignParentRight="true" | |
+ android:layout_alignParentTop="true" | |
+ android:layout_margin="20dp" | |
+ android:background="@drawable/rounded_border_text_view" | |
+ android:padding="10dp" | |
+ android:text="@string/done" | |
+ android:textAllCaps="false" | |
+ android:textColor="@color/white" | |
+ android:textSize="15sp" /> | |
+ | |
+ <EditText | |
+ android:id="@+id/add_text_edit_text" | |
+ style="@style/EditText" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent" | |
+ android:layout_above="@+id/add_text_color_picker_relative_layout" | |
+ android:layout_below="@+id/add_text_done_tv" | |
+ android:background="@null" | |
+ android:gravity="center" | |
+ android:inputType="textMultiLine" | |
+ android:textSize="40sp" /> | |
+ | |
+ <RelativeLayout | |
+ android:id="@+id/add_text_color_picker_relative_layout" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" | |
+ android:layout_alignParentBottom="true"> | |
+ | |
+ <androidx.recyclerview.widget.RecyclerView | |
+ android:id="@+id/add_text_color_picker_recycler_view" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" /> | |
+ | |
+ </RelativeLayout> | |
+ | |
+</RelativeLayout> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/color_picker_item_list.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/color_picker_item_list.xml | |
new file mode 100644 | |
index 0000000..6aefb6a | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/color_picker_item_list.xml | |
@@ -0,0 +1,15 @@ | |
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:padding="6dp"> | |
+ | |
+ <View | |
+ android:id="@+id/color_picker_view" | |
+ android:layout_width="30dp" | |
+ android:layout_height="30dp" | |
+ android:layout_alignParentTop="true" | |
+ android:layout_marginStart="6dp" | |
+ android:layout_marginBottom="6dp" | |
+ android:background="@color/white" /> | |
+ | |
+</RelativeLayout> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_main_photo_edit_emoji.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_main_photo_edit_emoji.xml | |
new file mode 100644 | |
index 0000000..0ce3849 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_main_photo_edit_emoji.xml | |
@@ -0,0 +1,11 @@ | |
+<?xml version="1.0" encoding="utf-8"?> | |
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content"> | |
+ | |
+ <androidx.recyclerview.widget.RecyclerView | |
+ android:id="@+id/fragment_main_photo_edit_emoji_rv" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" /> | |
+ | |
+</RelativeLayout> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_main_photo_edit_image.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_main_photo_edit_image.xml | |
new file mode 100644 | |
index 0000000..4c683f3 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_main_photo_edit_image.xml | |
@@ -0,0 +1,10 @@ | |
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="match_parent"> | |
+ | |
+ <androidx.recyclerview.widget.RecyclerView | |
+ android:id="@+id/fragment_main_photo_edit_image_rv" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content" /> | |
+ | |
+</RelativeLayout> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_photo_edit_emoji_item_list.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_photo_edit_emoji_item_list.xml | |
new file mode 100644 | |
index 0000000..2ae361f | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_photo_edit_emoji_item_list.xml | |
@@ -0,0 +1,17 @@ | |
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
+ android:id="@+id/fragment_photo_edit_emoji_rl" | |
+ android:layout_width="match_parent" | |
+ android:padding="12dp" | |
+ android:layout_height="wrap_content"> | |
+ | |
+ <TextView | |
+ android:id="@+id/fragment_photo_edit_emoji_tv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="wrap_content" | |
+ android:layout_centerHorizontal="true" | |
+ android:layout_margin="4dp" | |
+ android:padding="2dp" | |
+ android:textColor="#FFFFFF" | |
+ android:textSize="35sp" /> | |
+ | |
+</RelativeLayout> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_photo_edit_image_item_list.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_photo_edit_image_item_list.xml | |
new file mode 100644 | |
index 0000000..15e8ff4 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_photo_edit_image_item_list.xml | |
@@ -0,0 +1,16 @@ | |
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
+ android:id="@+id/fragment_photo_edit_image_rl" | |
+ android:layout_width="match_parent" | |
+ android:layout_height="wrap_content"> | |
+ | |
+ <ImageView | |
+ android:id="@+id/fragment_photo_edit_image_iv" | |
+ android:layout_width="wrap_content" | |
+ android:layout_height="80dp" | |
+ android:layout_centerHorizontal="true" | |
+ android:layout_margin="12dp" | |
+ android:gravity="center" | |
+ android:adjustViewBounds="true" | |
+ android:scaleType="fitCenter" /> | |
+ | |
+</RelativeLayout> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/emojioneandroid b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/emojioneandroid | |
new file mode 100644 | |
index 0000000..4cd640d | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/emojioneandroid differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/eventtusicons b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/eventtusicons | |
new file mode 100644 | |
index 0000000..11b1a57 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/eventtusicons differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/font_awesome_solid.otf b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/font_awesome_solid.otf | |
new file mode 100644 | |
index 0000000..88a5de7 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/font_awesome_solid.otf differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/icomoon.ttf b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/icomoon.ttf | |
new file mode 100644 | |
index 0000000..2d52d8e | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/raw/icomoon.ttf differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml | |
new file mode 100644 | |
index 0000000..e379a97 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml | |
@@ -0,0 +1,533 @@ | |
+<?xml version="1.0" encoding="utf-8"?> | |
+<resources> | |
+ <string-array name="photo_editor_emoji"> | |
+ | |
+ | |
+ <item> U+25EF</item> | |
+ <item> U+25CB</item> | |
+ <item> U+25AF</item> | |
+ <item> U+25AD</item> | |
+ <item> U+25B3</item> | |
+ <item> U+25A2</item> | |
+ <item> U+25A1</item> | |
+ <item>u+1f604</item> | |
+ <item>u+1f603</item> | |
+ <item>u+1f600</item> | |
+ <item>u+1f60a</item> | |
+ <item>u+263a</item> | |
+ <item>u+1f609</item> | |
+ <item>u+1f60d</item> | |
+ <item>u+1f618</item> | |
+ <item>u+1f61a</item> | |
+ <item>u+1f617</item> | |
+ <item>u+1f619</item> | |
+ <item>u+1f61c</item> | |
+ <item>u+1f61d</item> | |
+ <item>u+1f61b</item> | |
+ <item>u+1f633</item> | |
+ <item>u+1f601</item> | |
+ <item>u+1f614</item> | |
+ <item>u+1f60c</item> | |
+ <item>u+1f612</item> | |
+ <item>u+1f61e</item> | |
+ <item>u+1f623</item> | |
+ <item>u+1f622</item> | |
+ <item>u+1f602</item> | |
+ <item>u+1f62d</item> | |
+ <item>u+1f62a</item> | |
+ <item>u+1f625</item> | |
+ <item>u+1f630</item> | |
+ <item>u+1f605</item> | |
+ <item>u+1f613</item> | |
+ <item>u+1f629</item> | |
+ <item>u+1f62b</item> | |
+ <item>u+1f628</item> | |
+ <item>u+1f631</item> | |
+ <item>u+1f620</item> | |
+ <item>u+1f621</item> | |
+ <item>u+1f624</item> | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ </string-array> | |
+ <integer-array name="photo_editor_photos"> | |
+ <item>@drawable/c</item> | |
+ <item>@drawable/d</item> | |
+ <item>@drawable/e</item> | |
+ <item>@drawable/i</item> | |
+ <item>@drawable/j</item> | |
+ <item>@drawable/k</item> | |
+ <item>@drawable/l</item> | |
+ <item>@drawable/m</item> | |
+ <item>@drawable/n</item> | |
+ <item>@drawable/o</item> | |
+ <item>@drawable/p</item> | |
+ <item>@drawable/q</item> | |
+ <item>@drawable/r</item> | |
+ <item>@drawable/s</item> | |
+ <item>@drawable/t</item> | |
+ <item>@drawable/u</item> | |
+ <item>@drawable/v</item> | |
+ <item>@drawable/w</item> | |
+ <item>@drawable/x</item> | |
+ <item>@drawable/y</item> | |
+ <item>@drawable/z</item> | |
+ <item>@drawable/aa</item> | |
+ <item>@drawable/bb</item> | |
+ <item>@drawable/cc</item> | |
+ <item>@drawable/dd</item> | |
+ <item>@drawable/ee</item> | |
+ </integer-array> | |
+ <color name="black">#000000</color> | |
+ <color name="blue_color_picker">#0066FF</color> | |
+ <color name="brown_color_picker">#AF593E</color> | |
+ <color name="colorAccent">#FF4081</color> | |
+ <color name="colorPrimary">#3F51B5</color> | |
+ <color name="colorPrimaryDark">#303F9F</color> | |
+ <color name="green_color_picker">#01A368</color> | |
+ <color name="orange_color_picker">#FF861F</color> | |
+ <color name="red_color_picker">#ED0A3F</color> | |
+ <color name="red_orange_color_picker">#FF3F34</color> | |
+ <color name="sky_blue_color_picker">#76D7EA</color> | |
+ <color name="violet_color_picker">#8359A3</color> | |
+ <color name="white">#FFFFFF</color> | |
+ <color name="yellow_color_picker">#FBE870</color> | |
+ <color name="yellow_green_color_picker">#C5E17A</color> | |
+ <dimen name="fab_margin">16dp</dimen> | |
+ <dimen name="image_loader_post_width">450dp</dimen> | |
+ <string name="access_media_permissions_msg">To attach photos, we need to access media on your device</string> | |
+ <string name="app_name">PhotoEditor</string> | |
+ <string name="camera">Camera</string> | |
+ <string name="choose_from_camera">Choose From Camera</string> | |
+ <string name="choose_from_gallery">Choose From Gallery</string> | |
+ <string name="clear_all">Clear all</string> | |
+ <string name="continue_txt">Continue</string> | |
+ <string name="directory_create_fail">Failed to create directory</string> | |
+ <string name="done">Done</string> | |
+ <string name="erase">Erase</string> | |
+ <string name="gallery">Gallery</string> | |
+ <string name="ic_clear_all">"\ue909"</string> | |
+ <string name="ic_close">"\ue902"</string> | |
+ <string name="ic_continue">"\ue900"</string> | |
+ <string name="ic_crop">\ue90a</string> | |
+ <string name="ic_delete">"\ue907"</string> | |
+ <string name="ic_draw">""\ue905</string> | |
+ <string name="ic_images">"\ue906"</string> | |
+ <string name="ic_rotate">"\ue908"</string> | |
+ <string name="ic_save">"\ue903"</string> | |
+ <string name="ic_text">"\ue901"</string> | |
+ <string name="media_access_denied_msg">You denied storage access, no photos will be added.</string> | |
+ <string name="not_now">NOT NOW</string> | |
+ <string name="save">Save</string> | |
+ <string name="save_image_succeed">Image saved</string> | |
+ <string name="title_activity_photo_editor">PhotoEditorActivity</string> | |
+ <string name="undo"/> | |
+ <string name="upload_dialog_title">Upload Image</string> | |
+ <string name="upload_picker_title">Select Picture</string> | |
+ <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | |
+ | |
+ <item name="colorPrimary">@color/colorPrimary</item> | |
+ <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | |
+ <item name="colorAccent">@color/colorAccent</item> | |
+ </style> | |
+ <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/> | |
+ <style name="AppTheme.NoActionBar"> | |
+ <item name="windowActionBar">false</item> | |
+ <item name="windowNoTitle">true</item> | |
+ </style> | |
+ <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/> | |
+ <style name="EditText"> | |
+ <item name="android:singleLine">true</item> | |
+ <item name="colorControlNormal">#FFFFFF</item> | |
+ <item name="colorControlActivated">#FFFFFF</item> | |
+ <item name="android:textColorPrimary">#FFFFFF</item> | |
+ <item name="android:textSize">14sp</item> | |
+ </style> | |
+ <declare-styleable name="RealtimeBlurView"> | |
+ <attr format="dimension" name="realtimeBlurRadius"/> | |
+ <attr format="float" name="realtimeDownsampleFactor"/> | |
+ <attr format="color" name="realtimeOverlayColor"/> | |
+ </declare-styleable> | |
+ <declare-styleable name="SlidingUpPanelLayout"> | |
+ <attr format="dimension" name="umanoPanelHeight"/> | |
+ <attr format="dimension" name="umanoShadowHeight"/> | |
+ <attr format="dimension" name="umanoParallaxOffset"/> | |
+ <attr format="color" name="umanoFadeColor"/> | |
+ <attr format="integer" name="umanoFlingVelocity"/> | |
+ <attr format="reference" name="umanoDragView"/> | |
+ <attr format="reference" name="umanoScrollableView"/> | |
+ <attr format="boolean" name="umanoOverlay"/> | |
+ <attr format="boolean" name="umanoClipPanel"/> | |
+ <attr format="float" name="umanoAnchorPoint"/> | |
+ <attr format="enum" name="umanoInitialState"> | |
+ <enum name="expanded" value="0"/> | |
+ <enum name="collapsed" value="1"/> | |
+ <enum name="anchored" value="2"/> | |
+ <enum name="hidden" value="3"/> | |
+ </attr> | |
+ <attr format="reference" name="umanoScrollInterpolator"/> | |
+ </declare-styleable> | |
+</resources> | |
\ No newline at end of file | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar | |
new file mode 100644 | |
index 0000000..3104a19 | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt | |
new file mode 100644 | |
index 0000000..7853594 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt | |
@@ -0,0 +1,158 @@ | |
+ui.photoeditor | |
+array photo_editor_emoji | |
+array photo_editor_photos | |
+attr realtimeBlurRadius | |
+attr realtimeDownsampleFactor | |
+attr realtimeOverlayColor | |
+attr umanoAnchorPoint | |
+attr umanoClipPanel | |
+attr umanoDragView | |
+attr umanoFadeColor | |
+attr umanoFlingVelocity | |
+attr umanoInitialState | |
+attr umanoOverlay | |
+attr umanoPanelHeight | |
+attr umanoParallaxOffset | |
+attr umanoScrollInterpolator | |
+attr umanoScrollableView | |
+attr umanoShadowHeight | |
+color black | |
+color blue_color_picker | |
+color brown_color_picker | |
+color colorAccent | |
+color colorPrimary | |
+color colorPrimaryDark | |
+color green_color_picker | |
+color orange_color_picker | |
+color red_color_picker | |
+color red_orange_color_picker | |
+color sky_blue_color_picker | |
+color violet_color_picker | |
+color white | |
+color yellow_color_picker | |
+color yellow_green_color_picker | |
+dimen fab_margin | |
+dimen image_loader_post_width | |
+drawable aa | |
+drawable above_shadow | |
+drawable bb | |
+drawable below_shadow | |
+drawable c | |
+drawable cc | |
+drawable d | |
+drawable dd | |
+drawable e | |
+drawable ee | |
+drawable fading_shadow | |
+drawable i | |
+drawable j | |
+drawable k | |
+drawable l | |
+drawable m | |
+drawable n | |
+drawable o | |
+drawable p | |
+drawable q | |
+drawable r | |
+drawable rounded_border_text_view | |
+drawable s | |
+drawable t | |
+drawable u | |
+drawable v | |
+drawable w | |
+drawable x | |
+drawable y | |
+drawable z | |
+id add_crop_tv | |
+id add_image_emoji_tv | |
+id add_pencil_tv | |
+id add_rotate_tv | |
+id add_text_color_picker_recycler_view | |
+id add_text_color_picker_relative_layout | |
+id add_text_done_tv | |
+id add_text_edit_text | |
+id add_text_tv | |
+id anchored | |
+id bottom_parent_rl | |
+id bottom_shadow | |
+id clear_all_tv | |
+id close_tv | |
+id collapsed | |
+id color_picker_view | |
+id delete_rl | |
+id delete_tv | |
+id done_drawing_tv | |
+id dragView | |
+id drawing_view | |
+id drawing_view_color_picker_recycler_view | |
+id erase_drawing_tv | |
+id expanded | |
+id fragment_main_photo_edit_emoji_rv | |
+id fragment_main_photo_edit_image_rv | |
+id fragment_photo_edit_emoji_rl | |
+id fragment_photo_edit_emoji_tv | |
+id fragment_photo_edit_image_iv | |
+id fragment_photo_edit_image_rl | |
+id go_to_next_screen_tv | |
+id hidden | |
+id image_emoji_bottom_sheet | |
+id image_emoji_indicator | |
+id image_emoji_view_pager | |
+id overlay | |
+id parent | |
+id parent_image_rl | |
+id photo_edit_iv | |
+id save_tv | |
+id sliding_layout | |
+id top_parent_rl | |
+id top_shadow | |
+id undo_text_tv | |
+id undo_tv | |
+layout activity_main | |
+layout activity_photo_editor | |
+layout add_text_popup_window | |
+layout color_picker_item_list | |
+layout fragment_main_photo_edit_emoji | |
+layout fragment_main_photo_edit_image | |
+layout fragment_photo_edit_emoji_item_list | |
+layout fragment_photo_edit_image_item_list | |
+raw emojioneandroid | |
+raw eventtusicons | |
+raw font_awesome_solid | |
+raw icomoon | |
+string access_media_permissions_msg | |
+string app_name | |
+string camera | |
+string choose_from_camera | |
+string choose_from_gallery | |
+string clear_all | |
+string continue_txt | |
+string directory_create_fail | |
+string done | |
+string erase | |
+string gallery | |
+string ic_clear_all | |
+string ic_close | |
+string ic_continue | |
+string ic_crop | |
+string ic_delete | |
+string ic_draw | |
+string ic_images | |
+string ic_rotate | |
+string ic_save | |
+string ic_text | |
+string media_access_denied_msg | |
+string not_now | |
+string save | |
+string save_image_succeed | |
+string title_activity_photo_editor | |
+string undo | |
+string upload_dialog_title | |
+string upload_picker_title | |
+style AppTheme | |
+style AppTheme_AppBarOverlay | |
+style AppTheme_NoActionBar | |
+style AppTheme_PopupOverlay | |
+style EditText | |
+styleable RealtimeBlurView realtimeBlurRadius realtimeDownsampleFactor realtimeOverlayColor | |
+styleable SlidingUpPanelLayout umanoAnchorPoint umanoClipPanel umanoDragView umanoFadeColor umanoFlingVelocity umanoInitialState umanoOverlay umanoPanelHeight umanoParallaxOffset umanoScrollInterpolator umanoScrollableView umanoShadowHeight | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/outputs/logs/manifest-merger-debug-report.txt b/node_modules/@thienmd/react-native-image-editor/android/build/outputs/logs/manifest-merger-debug-report.txt | |
new file mode 100644 | |
index 0000000..e33d186 | |
--- /dev/null | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/build/outputs/logs/manifest-merger-debug-report.txt | |
@@ -0,0 +1,17 @@ | |
+-- Merging decision tree log --- | |
+manifest | |
+ADDED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml:2:1-4:12 | |
+INJECTED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml:2:1-4:12 | |
+ package | |
+ ADDED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml:3:11-35 | |
+ INJECTED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml | |
+ xmlns:android | |
+ ADDED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml:2:11-69 | |
+uses-sdk | |
+INJECTED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml reason: use-sdk injection requested | |
+INJECTED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml | |
+INJECTED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml | |
+ android:targetSdkVersion | |
+ INJECTED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml | |
+ android:minSdkVersion | |
+ INJECTED from /Users/randall/Documents/work/app-return/node_modules/@thienmd/react-native-image-editor/android/src/main/AndroidManifest.xml | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/node_modules/@thienmd/react-native-image-editor/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin | |
new file mode 100644 | |
index 0000000..8dde61c | |
Binary files /dev/null and b/node_modules/@thienmd/react-native-image-editor/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/src/main/java/com/ahmedadeltito/photoeditor/PhotoEditorActivity.java b/node_modules/@thienmd/react-native-image-editor/android/src/main/java/com/ahmedadeltito/photoeditor/PhotoEditorActivity.java | |
index f26ef4b..d68b86b 100755 | |
--- a/node_modules/@thienmd/react-native-image-editor/android/src/main/java/com/ahmedadeltito/photoeditor/PhotoEditorActivity.java | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/src/main/java/com/ahmedadeltito/photoeditor/PhotoEditorActivity.java | |
@@ -51,7 +51,7 @@ import com.ahmedadeltito.photoeditorsdk.BrushDrawingView; | |
import com.ahmedadeltito.photoeditorsdk.OnPhotoEditorSDKListener; | |
import com.ahmedadeltito.photoeditorsdk.PhotoEditorSDK; | |
import com.ahmedadeltito.photoeditorsdk.ViewType; | |
-import com.viewpagerindicator.PageIndicator; | |
+import me.relex.circleindicator.CircleIndicator; | |
import com.yalantis.ucrop.UCrop; | |
import com.yalantis.ucrop.UCropActivity; | |
import java.io.BufferedOutputStream; | |
@@ -169,7 +169,7 @@ public class PhotoEditorActivity | |
overlay = findViewById(R.id.overlay); | |
ViewPager pager = (ViewPager) findViewById(R.id.image_emoji_view_pager); | |
- PageIndicator indicator = (PageIndicator) findViewById(R.id.image_emoji_indicator); | |
+ CircleIndicator indicator = (CircleIndicator) findViewById(R.id.image_emoji_indicator); | |
photoEditImageView.setImageBitmap(rotatedBitmap); | |
diff --git a/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/activity_photo_editor.xml b/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/activity_photo_editor.xml | |
index 0ef8698..ef6ad96 100644 | |
--- a/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/activity_photo_editor.xml | |
+++ b/node_modules/@thienmd/react-native-image-editor/android/src/main/res/layout/activity_photo_editor.xml | |
@@ -282,15 +282,13 @@ | |
app:realtimeBlurRadius="10dp" | |
app:realtimeOverlayColor="#33ffffff" /> | |
- <com.viewpagerindicator.CirclePageIndicator | |
+ <me.relex.circleindicator.CircleIndicator | |
android:id="@+id/image_emoji_indicator" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_centerHorizontal="true" | |
android:layout_gravity="center_horizontal" | |
- android:padding="12dp" | |
- app:fillColor="#999999" | |
- app:pageColor="#e7e7e7" /> | |
+ android:padding="12dp" /> | |
<androidx.viewpager.widget.ViewPager | |
android:id="@+id/image_emoji_view_pager" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment