Drjacky / ImagePicker

📸Image Picker for Android, Pick images from Gallery or Capture a new image with Camera🖼
https://github.com/Drjacky/ImagePicker
Apache License 2.0
230 stars 57 forks source link

[ bug ] Expect to optimize more UI details to provide better user experience #75

Closed marvin-an closed 1 year ago

marvin-an commented 1 year ago

Describe the bug Hi, first of all, I would like to thank the author for the library, which has saved me a lot of time in development.

When I use this library, I expect the colors of the library to be consistent with the theme color of the application so that the user experience is better. However, the problems in the screenshot are.

  1. the status bar part, after setting it to white, the icon color is also white. Expect the status bar to be set to white and the icons to be black.
  2. 27%,Rotate,Scale are still orange, I expect I can configure it as theme color.

Screenshots

image

Smartphone

Drjacky commented 1 year ago

For crop part, I use uCrop. It seems you can customize the style for its UCropActivity like this:

<activity
    android:name="com.yalantis.ucrop.UCropActivity"
    android:screenOrientation="portrait"
    android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>

Hope it helps. For further needs on this, you could open an issue on that repository.