|
130 | 130 | android:layout_width = "wrap_content"
|
131 | 131 | android:layout_height = "wrap_content"
|
132 | 132 | android:layout_marginLeft="10dp"
|
133 |
| - android:layout_marginTop="10dp" |
| 133 | + |
| 134 | + android:layout_marginTop="10dp" |
134 | 135 | android:text = "Daily "
|
135 | 136 | android:textSize="15sp" />
|
136 | 137 |
|
|
171 | 172 | android:id = "@+id/simpleSwitch"
|
172 | 173 | android:layout_width = "wrap_content"
|
173 | 174 | android:layout_height = "wrap_content"
|
174 |
| - android:layout_marginLeft="60dp" |
| 175 | + android:layout_marginLeft="50dp" |
175 | 176 | android:checked = "false"
|
| 177 | + android:textSize="20sp" |
| 178 | + android:layout_marginTop="20dp" |
176 | 179 | android:text = "Enable Notification"
|
177 | 180 | android:textOff = "Off"
|
178 | 181 | android:textOn = "On" />
|
|
189 | 192 | android:layout_width = "wrap_content"
|
190 | 193 | android:layout_height = "wrap_content"
|
191 | 194 | android:layout_centerHorizontal = "true"
|
192 |
| - android:layout_marginTop = "100dp" |
| 195 | + android:layout_marginTop = "70dp" |
193 | 196 | android:layout_marginLeft="25dp"
|
194 | 197 | android:layout_marginBottom="20dp"
|
195 |
| - android:background = "#5C6BC0" |
| 198 | + android:background = "@drawable/button_round" |
196 | 199 | android:hint = "Add another activity "
|
197 | 200 | android:textColorHint = "#fff"
|
| 201 | + android:padding="10dp" |
198 | 202 | android:textSize = "20sp" />
|
199 | 203 |
|
200 | 204 | <Button
|
201 | 205 | android:id = "@+id/simpleButton2"
|
202 | 206 | android:layout_width = "wrap_content"
|
203 | 207 | android:layout_height = "wrap_content"
|
204 | 208 | android:layout_centerHorizontal = "true"
|
205 |
| - android:layout_marginTop = "100dp" |
| 209 | + android:layout_marginTop = "70dp" |
206 | 210 | android:layout_marginLeft="20dp"
|
207 | 211 | android:layout_marginBottom="20dp"
|
208 |
| - android:background = "#5C6BC0" |
| 212 | + android:background = "@drawable/button_round" |
209 | 213 | android:hint = "Set"
|
210 | 214 | android:textColorHint = "#fff"
|
211 | 215 | android:textSize = "20sp"/>
|
|
0 commit comments