Skip to content

Commit 9c49855

Browse files
authored
Update activity_today.xml
1 parent 6c8c202 commit 9c49855

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

app/src/main/res/layout/activity_today.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
android:layout_width = "wrap_content"
131131
android:layout_height = "wrap_content"
132132
android:layout_marginLeft="10dp"
133-
android:layout_marginTop="10dp"
133+
134+
android:layout_marginTop="10dp"
134135
android:text = "Daily "
135136
android:textSize="15sp" />
136137

@@ -171,8 +172,10 @@
171172
android:id = "@+id/simpleSwitch"
172173
android:layout_width = "wrap_content"
173174
android:layout_height = "wrap_content"
174-
android:layout_marginLeft="60dp"
175+
android:layout_marginLeft="50dp"
175176
android:checked = "false"
177+
android:textSize="20sp"
178+
android:layout_marginTop="20dp"
176179
android:text = "Enable Notification"
177180
android:textOff = "Off"
178181
android:textOn = "On" />
@@ -189,23 +192,24 @@
189192
android:layout_width = "wrap_content"
190193
android:layout_height = "wrap_content"
191194
android:layout_centerHorizontal = "true"
192-
android:layout_marginTop = "100dp"
195+
android:layout_marginTop = "70dp"
193196
android:layout_marginLeft="25dp"
194197
android:layout_marginBottom="20dp"
195-
android:background = "#5C6BC0"
198+
android:background = "@drawable/button_round"
196199
android:hint = "Add another activity "
197200
android:textColorHint = "#fff"
201+
android:padding="10dp"
198202
android:textSize = "20sp" />
199203

200204
<Button
201205
android:id = "@+id/simpleButton2"
202206
android:layout_width = "wrap_content"
203207
android:layout_height = "wrap_content"
204208
android:layout_centerHorizontal = "true"
205-
android:layout_marginTop = "100dp"
209+
android:layout_marginTop = "70dp"
206210
android:layout_marginLeft="20dp"
207211
android:layout_marginBottom="20dp"
208-
android:background = "#5C6BC0"
212+
android:background = "@drawable/button_round"
209213
android:hint = "Set"
210214
android:textColorHint = "#fff"
211215
android:textSize = "20sp"/>

0 commit comments

Comments
 (0)