Convert timeout selector button from oval to rectangular pill shape

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 08:50:44 -07:00
co-authored by Claude Opus 4.7
parent 6de400753c
commit 92952a2cf2
4 changed files with 8 additions and 8 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval"> android:shape="rectangle">
<size android:width="120dp" android:height="120dp" /> <corners android:radius="40dp" />
<gradient <gradient
android:angle="270" android:angle="270"
android:startColor="#81C784" android:startColor="#81C784"
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval"> android:shape="rectangle">
<size android:width="120dp" android:height="120dp" /> <corners android:radius="40dp" />
<gradient <gradient
android:angle="270" android:angle="270"
android:startColor="#C8E6C9" android:startColor="#C8E6C9"
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval"> android:shape="rectangle">
<size android:width="120dp" android:height="120dp" /> <corners android:radius="40dp" />
<gradient <gradient
android:angle="270" android:angle="270"
android:startColor="#66BB6A" android:startColor="#66BB6A"
+2 -2
View File
@@ -112,8 +112,8 @@
<Button <Button
android:id="@+id/btnDurationLabel" android:id="@+id/btnDurationLabel"
android:layout_width="120dp" android:layout_width="180dp"
android:layout_height="120dp" android:layout_height="80dp"
android:layout_marginTop="32dp" android:layout_marginTop="32dp"
android:background="@drawable/btn_duration_selector" android:background="@drawable/btn_duration_selector"
android:text="@string/start_timer" android:text="@string/start_timer"