created new drawable and changed all buttons style

This commit is contained in:
tanx
2024-03-18 16:24:37 +05:30
parent 9cf7fae2ec
commit b1d10d5403
16 changed files with 81 additions and 32 deletions

View File

@@ -58,7 +58,7 @@
app:layout_constraintTop_toBottomOf="@id/tv_subtitle3" />
<Button
<androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_submit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -66,8 +66,9 @@
android:layout_marginTop="24dp"
android:clickable="false"
android:gravity="center"
android:background="@drawable/button_new"
android:text="Start"
android:textColor="@color/white"
android:textColor="@color/red"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_subtitle4" />