Skip to content

Commit

Permalink
💄 timer button
Browse files Browse the repository at this point in the history
  • Loading branch information
ii2001 committed Oct 23, 2024
1 parent 0bd3a6a commit cb3562c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="30dp" />
<solid android:color="@color/gray_300" />
<solid android:color="@color/next_button_color" />
<size
android:width="200dp"
android:height="100dp" />
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/res/layout/item_timer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
android:layout_height="wrap_content"
android:textSize="32sp"
android:textStyle="bold"
android:textColor="@color/button_text_color"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit cb3562c

Please sign in to comment.