From 7f463eb3c581d45e762118b0baf035462875ec2a Mon Sep 17 00:00:00 2001 From: oluwasanmi Aderibigbe Date: Mon, 27 Apr 2020 17:34:50 +0100 Subject: [PATCH] move the postion of text down. --- ucrop/build.gradle | 1 + .../res/layout/ucrop_layout_rotate_wheel.xml | 29 ++++++++++++++----- 2 files changed, 23 insertions(+), 7 deletions(-) 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">