diff --git a/app/src/main/res/layout/onboarding_theme_picker.xml b/app/src/main/res/layout/onboarding_theme_picker.xml index cd2f11cd9..cbfe6904c 100644 --- a/app/src/main/res/layout/onboarding_theme_picker.xml +++ b/app/src/main/res/layout/onboarding_theme_picker.xml @@ -52,12 +52,10 @@ android:layout_height="wrap_content" android:contentDescription="@string/onboarding_theme_light_title" android:elevation="1dp" - app:layout_constraintBottom_toBottomOf="@+id/theme_light_image" - app:layout_constraintCircle="@id/theme_light_image" - app:layout_constraintCircleAngle="298" - app:layout_constraintCircleRadius="66dp" - app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@+id/description_text" + android:translationX="-7dp" + android:translationY="-8dp" + app:layout_constraintStart_toStartOf="@+id/theme_light_image" + app:layout_constraintTop_toTopOf="@+id/theme_light_image" app:onboardingKey="@string/pref_key_light_theme" />