diff --git a/app/build.gradle b/app/build.gradle
index 6e776b5ff..eb9d76a5f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -265,6 +265,8 @@ dependencies {
implementation 'com.github.yalantis:ucrop:2.2.7'
+ implementation 'com.github.lihangleo2:ShadowLayout:3.3.2'
+
}
channel {
diff --git a/app/src/main/res/layout/activity_sound_signature.xml b/app/src/main/res/layout/activity_sound_signature.xml
index 9cb08dfd8..7f5867916 100644
--- a/app/src/main/res/layout/activity_sound_signature.xml
+++ b/app/src/main/res/layout/activity_sound_signature.xml
@@ -18,66 +18,84 @@
app:layout_constraintStart_toStartOf="@+id/ivSoundTranscribe"
app:layout_constraintTop_toBottomOf="@+id/ivSoundTranscribe" />
-
-
+
-
+ app:layout_constraintVertical_chainStyle="packed"
+ app:hl_cornerRadius="360dp"
+ app:hl_shadowColor="#2a000000"
+ app:hl_shadowOffsetX="@dimen/dp_0"
+ app:hl_shadowOffsetY="1dp"
+ app:hl_shadowLimit="@dimen/dp_12">
-
+
-
-
+