forked from siwangqishiq/ImageEditor-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lesion
committed
Jul 25, 2022
1 parent
f1d445d
commit 20acc80
Showing
5 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
imageeditlibrary/src/main/res/drawable-v21/image_edit_ripple.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:color="#ffffff" | ||
tools:ignore="NewApi"> | ||
<item android:drawable="@drawable/image_edit_click_ripple"/> | ||
</ripple> |
6 changes: 6 additions & 0 deletions
6
imageeditlibrary/src/main/res/drawable/image_edit_click_ripple_normal.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<solid android:color="@color/image_editor_main_backgroud" /> | ||
<corners android:radius="2dp" /> | ||
</shape> |
10 changes: 5 additions & 5 deletions
10
imageeditlibrary/src/main/res/drawable/image_edit_ripple.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:color="#ffffff" | ||
tools:ignore="NewApi"> | ||
<item android:drawable="@drawable/image_edit_click_ripple"/> | ||
</ripple> | ||
android:color="#ffffff"> | ||
<item android:drawable="@drawable/image_edit_click_ripple" android:state_pressed="true"/> | ||
<item android:drawable="@drawable/image_edit_click_ripple_normal"/> | ||
</selector> |
11 changes: 0 additions & 11 deletions
11
imageeditlibrary/src/main/res/drawable/image_editor_materialcolorpicker__color_button.xml
This file was deleted.
Oops, something went wrong.
This file contains 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