Просмотр исходного кода

update app/src/main/AndroidManifest.xml

wudebin 9 месяцев назад
Родитель
Сommit
3543638a69
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Strides-APP/android/app/src/main/AndroidManifest.xml

+ 4 - 0
Strides-APP/android/app/src/main/AndroidManifest.xml

@@ -45,6 +45,10 @@
                 <data android:scheme="checo" />
             </intent-filter>
         </activity>
+        <activity
+          tools:replace="android:theme"
+          android:name="com.yalantis.ucrop.UCropActivity"
+          android:theme="@style/UCropStyle"/>
         <!-- <provider
           android:name="androidx.core.content.FileProvider"
           android:authorities="${applicationId}.provider"