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:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user