diff --git a/ucrop/build.gradle b/ucrop/build.gradle index f6490e585..56b0f7c0f 100644 --- a/ucrop/build.gradle +++ b/ucrop/build.gradle @@ -40,4 +40,5 @@ dependencies { implementation "androidx.exifinterface:exifinterface:${androidx_exifinterface_version}" implementation "androidx.transition:transition:${androidx_transition_version}" implementation "com.squareup.okhttp3:okhttp:3.12.1" + implementation 'com.google.android.material:material:1.1.0' } diff --git a/ucrop/src/main/res/layout/ucrop_layout_rotate_wheel.xml b/ucrop/src/main/res/layout/ucrop_layout_rotate_wheel.xml index fb7848c32..5c66a11e4 100644 --- a/ucrop/src/main/res/layout/ucrop_layout_rotate_wheel.xml +++ b/ucrop/src/main/res/layout/ucrop_layout_rotate_wheel.xml @@ -11,13 +11,22 @@ + android:layout_alignParentBottom="true" + android:layout_marginBottom="15dp" + android:background="?attr/selectableItemBackground" + android:paddingTop="20dp"> + android:layout_alignParentBottom="true" + android:layout_marginEnd="0dp" + android:layout_marginRight="0dp" + android:layout_marginBottom="20dp" + android:background="?attr/selectableItemBackground" + android:paddingTop="20dp">