Skip to content

Commit

Permalink
修改裁剪图片效果
Browse files Browse the repository at this point in the history
  • Loading branch information
Achenglove committed Dec 3, 2019
1 parent b749f70 commit 74f7993
Show file tree
Hide file tree
Showing 41 changed files with 5 additions and 11 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ android {

dependencies {
implementation project(':picture_library')
//noinspection GradleCompatible
implementation "androidx.appcompat:appcompat:${cfgs.version_appcompat}"
//noinspection GradleCompatible
implementation "androidx.recyclerview:recyclerview:${cfgs.version_recyclerview}"
implementation 'com.github.bumptech.glide:glide:4.9.0'
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
Expand Down
14 changes: 5 additions & 9 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.ccr.pictureselector">

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
tools:ignore="ProtectedPermissions" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_SETTINGS"
tools:ignore="ProtectedPermissions" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE"
tools:ignore="ProtectedPermissions" />
<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />

Expand All @@ -23,8 +19,8 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<!-- 全面屏-->
<meta-data
android:name="android.max_aspect"
Expand Down
Binary file removed image/1.jpg
Binary file not shown.
Binary file removed image/10.jpg
Binary file not shown.
Binary file removed image/11.jpg
Binary file not shown.
Binary file removed image/2.jpg
Binary file not shown.
Binary file removed image/3.jpg
Binary file not shown.
Binary file removed image/4.jpg
Binary file not shown.
Binary file removed image/5.jpg
Binary file not shown.
Binary file removed image/6.jpg
Binary file not shown.
Binary file removed image/7.jpg
Binary file not shown.
Binary file removed image/8.jpg
Binary file not shown.
Binary file removed image/9.jpg
Binary file not shown.
Binary file removed image/apply.png
Binary file not shown.
Binary file removed image/audio.jpg
Binary file not shown.
Binary file removed image/blue.jpg
Binary file not shown.
Binary file removed image/crop_ white.jpg
Binary file not shown.
Binary file removed image/test.png
Binary file not shown.
Binary file removed image/white.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 74f7993

Please sign in to comment.