diff --git a/app/build.gradle b/app/build.gradle index 9fa7b981c..1c5c52c52 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -160,5 +160,6 @@ dependencies { implementation 'com.github.dhaval2404:imagepicker:2.1' implementation 'me.zhanghai.android.fastscroll:library:1.1.7' implementation 'cat.ereza:customactivityoncrash:2.3.0' + implementation 'me.tankery.lib:circularSeekBar:1.3.2' debugImplementation 'com.github.amitshekhariitbhu:Android-Debug-Database:1.0.6' } \ No newline at end of file diff --git a/app/src/debug/res/values/donottranslate.xml b/app/src/debug/res/values/donottranslate.xml index 879226a34..7d3f0ee62 100644 --- a/app/src/debug/res/values/donottranslate.xml +++ b/app/src/debug/res/values/donottranslate.xml @@ -1,4 +1,5 @@ true + false \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 377342a16..20108f3d1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -22,7 +22,7 @@ - + android:padding="10dp" + app:layout_constraintBottom_toBottomOf="@id/volumeSeekBar" + app:layout_constraintEnd_toEndOf="@id/volumeSeekBar" + app:layout_constraintStart_toStartOf="@id/volumeSeekBar" + app:layout_constraintTop_toTopOf="@id/volumeSeekBar"> - + - + + + - + - + - + + + + app:layout_constraintTop_toBottomOf="@+id/volumeSeekBar" /> true 2 + true \ No newline at end of file