Fat square interesting buttons #3
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size android:width="120dp" android:height="120dp" />
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="40dp" />
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:startColor="#81C784"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size android:width="120dp" android:height="120dp" />
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="40dp" />
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:startColor="#C8E6C9"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size android:width="120dp" android:height="120dp" />
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="40dp" />
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:startColor="#66BB6A"
|
||||
|
||||
@@ -112,8 +112,8 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnDurationLabel"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
android:layout_width="180dp"
|
||||
android:layout_height="80dp"
|
||||
android:layout_marginTop="32dp"
|
||||
android:background="@drawable/btn_duration_selector"
|
||||
android:text="@string/start_timer"
|
||||
|
||||
Reference in New Issue
Block a user