added color change and a new empety screen

This commit is contained in:
2026-07-04 22:31:52 -04:00
parent 873227600f
commit 6b1a2588eb
19 changed files with 569 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
tools:context=".makeActivity">
tools:context=".MakeStartingActivity">
<TextView
@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:layout_marginEnd="8dp"
android:backgroundTint="@color/main"
android:backgroundTint="@color/orangeMain"
android:text="Next"
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
@@ -42,7 +42,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="4dp"
android:backgroundTint="@color/main"
android:backgroundTint="@color/orangeMain"
android:text="Back"
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
@@ -55,7 +55,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:backgroundTint="@color/main"
android:backgroundTint="@color/orangeMain"
android:text="Choose image"
app:cornerRadius="0dp"
app:layout_constraintEnd_toEndOf="parent"