diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png index 989f57f..5bb5066 100644 Binary files a/app/src/main/ic_launcher-playstore.png and b/app/src/main/ic_launcher-playstore.png differ diff --git a/app/src/main/res/drawable/background_full.xml b/app/src/main/res/drawable/background_full.xml index 3a29688..3e7a5d8 100644 --- a/app/src/main/res/drawable/background_full.xml +++ b/app/src/main/res/drawable/background_full.xml @@ -6,8 +6,8 @@ android:color="#FFFFFF" /> + android:endColor="?attr/colorPrimary" + android:startColor="?attr/colorSecondary" /> diff --git a/app/src/main/res/layout/fragment_credits.xml b/app/src/main/res/layout/fragment_credits.xml index fba4fba..6ceb78a 100644 --- a/app/src/main/res/layout/fragment_credits.xml +++ b/app/src/main/res/layout/fragment_credits.xml @@ -1,290 +1,295 @@ - + android:layout_height="match_parent"> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - \ No newline at end of file + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_einstellungen.xml b/app/src/main/res/layout/fragment_einstellungen.xml index 54d43a4..a0ace98 100644 --- a/app/src/main/res/layout/fragment_einstellungen.xml +++ b/app/src/main/res/layout/fragment_einstellungen.xml @@ -33,89 +33,86 @@ android:layout_marginBottom="-25dp" android:scaleType="centerCrop" android:src="@drawable/backgroundoverlay" - app:layout_constraintBottom_toBottomOf="@+id/button_blue" + app:layout_constraintBottom_toBottomOf="@+id/button_reset" app:layout_constraintEnd_toEndOf="@+id/button_colorpicker" - app:layout_constraintHorizontal_bias="0.0" app:layout_constraintStart_toStartOf="@+id/colors" app:layout_constraintTop_toTopOf="@+id/button_colorpicker" app:layout_constraintVertical_bias="0.0" /> - - + app:layout_constraintTop_toTopOf="@+id/button_reset" />