Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/merge non native updates to master #568

Merged
merged 19 commits into from
Sep 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added ripple effect to rotate controls
  • Loading branch information
OleksandNekrasov committed Sep 11, 2019
commit 14bd3361343c057cb2ed7a01d6865c3a0ab9dedb
10 changes: 6 additions & 4 deletions ucrop/src/main/res/layout/ucrop_layout_rotate_wheel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<FrameLayout
android:id="@+id/wrapper_reset_rotate"
style="@style/ucrop_WrapperRotateButton"
android:layout_centerVertical="true">
android:layout_centerVertical="true"
android:background="?attr/selectableItemBackground">

<ImageView
style="@style/ucrop_ImageViewWidgetIcon"
Expand All @@ -39,12 +40,13 @@
style="@style/ucrop_WrapperRotateButton"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_centerVertical="true">
android:layout_centerVertical="true"
android:background="?attr/selectableItemBackground">

<ImageView
style="@style/ucrop_ImageViewWidgetIcon"
android:tint="@color/ucrop_color_widget_rotate_angle"
android:src="@drawable/ucrop_ic_angle" />
android:src="@drawable/ucrop_ic_angle"
android:tint="@color/ucrop_color_widget_rotate_angle" />

</FrameLayout>

Expand Down