|
6 | 6 | tools:context="TodayActivity"
|
7 | 7 | android:layout_width = "fill_parent"
|
8 | 8 | android:layout_height = "fill_parent"
|
| 9 | + android:background="#fcfce8" |
9 | 10 | android:scrollbars = "vertical">
|
10 | 11 |
|
11 | 12 | <LinearLayout
|
|
23 | 24 | android:layout_height="wrap_content"
|
24 | 25 | android:id="@+id/name"
|
25 | 26 | android:text="Task :"
|
| 27 | + android:fontFamily="sans-serif-smallcaps" |
26 | 28 | android:layout_marginTop="10dp"
|
27 | 29 | android:layout_marginLeft="10dp"
|
28 | 30 | android:textSize="20sp"
|
|
52 | 54 | android:layout_height="wrap_content"
|
53 | 55 | android:id="@+id/type"
|
54 | 56 | android:text="Type"
|
| 57 | + android:fontFamily="sans-serif-smallcaps" |
55 | 58 | android:layout_marginTop="10dp"
|
56 | 59 | android:layout_marginLeft="10dp"
|
57 | 60 | android:textSize="20sp"
|
|
66 | 69 |
|
67 | 70 | </LinearLayout>
|
68 | 71 |
|
| 72 | + <View |
| 73 | + android:layout_width="match_parent" |
| 74 | + android:layout_height=".5dp" |
| 75 | + android:layout_margin="14dp" |
| 76 | + android:background="@android:color/darker_gray"/> |
| 77 | + |
69 | 78 | <LinearLayout
|
70 | 79 | android:layout_width="match_parent"
|
71 | 80 | android:layout_height="wrap_content"
|
|
76 | 85 | android:layout_height="wrap_content"
|
77 | 86 | android:id="@+id/from"
|
78 | 87 | android:text="From :"
|
| 88 | + android:fontFamily="sans-serif-smallcaps" |
| 89 | + android:layout_gravity="center_vertical" |
79 | 90 | android:layout_marginTop="10dp"
|
80 |
| - android:layout_marginLeft="10dp" |
81 |
| - android:textSize="20sp" |
| 91 | + android:layout_marginLeft="20dp" |
| 92 | + android:textSize="16sp" |
82 | 93 | android:textColor="@android:color/black"/>
|
83 | 94 |
|
84 | 95 | <TimePicker
|
85 | 96 | android:id = "@+id/simpleTimePicker"
|
86 | 97 | android:layout_width = "wrap_content"
|
87 | 98 | android:layout_height = "wrap_content"
|
88 |
| - android:timePickerMode = "spinner" /> |
| 99 | + android:paddingLeft="38dp" |
| 100 | + android:timePickerMode ="spinner" /> |
89 | 101 |
|
90 | 102 | </LinearLayout>
|
| 103 | + <View |
| 104 | + android:layout_width="match_parent" |
| 105 | + android:layout_height=".5dp" |
| 106 | + android:layout_margin="14dp" |
| 107 | + android:background="@android:color/darker_gray"/> |
91 | 108 |
|
92 | 109 | <LinearLayout
|
93 | 110 | android:layout_width="match_parent"
|
|
98 | 115 | android:id = "@+id/simpleCheckBox"
|
99 | 116 | android:layout_width = "wrap_content"
|
100 | 117 | android:layout_height = "wrap_content"
|
| 118 | + android:layout_gravity="center_vertical" |
101 | 119 | android:text = "Notify at : "
|
102 |
| - android:textSize="20sp" |
| 120 | + android:fontFamily="sans-serif-smallcaps" |
| 121 | + android:textSize="16sp" |
103 | 122 | android:layout_marginTop="10dp"
|
104 | 123 | android:layout_marginLeft="10dp"/>
|
105 | 124 |
|
|
110 | 129 | android:timePickerMode = "spinner" />
|
111 | 130 |
|
112 | 131 | </LinearLayout>
|
| 132 | + <View |
| 133 | + android:layout_width="match_parent" |
| 134 | + android:layout_height=".5dp" |
| 135 | + android:layout_margin="14dp" |
| 136 | + android:background="@android:color/darker_gray"/> |
113 | 137 |
|
114 | 138 | <LinearLayout
|
115 | 139 | android:layout_width="match_parent"
|
|
120 | 144 | android:id = "@+id/MK"
|
121 | 145 | android:layout_width = "wrap_content"
|
122 | 146 | android:layout_height = "wrap_content"
|
123 |
| - android:text = "Make it habit :" |
124 |
| - android:textSize="20sp" |
| 147 | + android:text = "Make it a habit :" |
| 148 | + android:fontFamily="sans-serif-smallcaps" |
| 149 | + android:textSize="16sp" |
125 | 150 | android:layout_marginTop="10dp"
|
126 | 151 | android:layout_marginLeft="10dp"/>
|
127 | 152 |
|
|
130 | 155 | android:layout_width = "wrap_content"
|
131 | 156 | android:layout_height = "wrap_content"
|
132 | 157 | android:layout_marginLeft="10dp"
|
133 |
| - |
134 |
| - android:layout_marginTop="10dp" |
| 158 | + android:layout_marginTop="10dp" |
135 | 159 | android:text = "Daily "
|
136 | 160 | android:textSize="15sp" />
|
137 | 161 |
|
|
144 | 168 |
|
145 | 169 | </LinearLayout>
|
146 | 170 |
|
| 171 | + <View |
| 172 | + android:layout_width="match_parent" |
| 173 | + android:layout_height=".5dp" |
| 174 | + android:layout_margin="14dp" |
| 175 | + android:background="@android:color/darker_gray"/> |
| 176 | + |
147 | 177 | <LinearLayout
|
148 | 178 | android:layout_width="match_parent"
|
149 | 179 | android:layout_height="wrap_content"
|
|
154 | 184 | android:layout_width = "wrap_content"
|
155 | 185 | android:layout_height = "wrap_content"
|
156 | 186 | android:text = "Super reminder "
|
157 |
| - android:textSize="20sp" |
158 |
| - android:layout_marginTop="50dp" |
| 187 | + android:fontFamily="sans-serif-smallcaps" |
| 188 | + android:textSize="18sp" |
| 189 | + android:layout_marginTop="25dp" |
159 | 190 | android:layout_marginLeft="10dp"/>
|
160 | 191 |
|
161 | 192 | <TextView
|
162 | 193 | android:layout_width="wrap_content"
|
163 | 194 | android:layout_height="wrap_content"
|
164 | 195 | android:id="@+id/taskReminder"
|
165 | 196 | android:text="Task is started"
|
| 197 | + android:fontFamily="sans-serif-smallcaps" |
166 | 198 | android:layout_marginTop="10dp"
|
167 | 199 | android:layout_marginLeft="50dp"
|
168 |
| - android:textSize="20sp" |
| 200 | + android:textSize="18sp" |
169 | 201 | android:textColor="@android:color/black"/>
|
170 | 202 |
|
171 | 203 | <Switch
|
|
174 | 206 | android:layout_height = "wrap_content"
|
175 | 207 | android:layout_marginLeft="50dp"
|
176 | 208 | android:checked = "false"
|
177 |
| - android:textSize="20sp" |
| 209 | + android:textSize="18sp" |
178 | 210 | android:layout_marginTop="20dp"
|
179 | 211 | android:text = "Enable Notification"
|
| 212 | + android:fontFamily="sans-serif-smallcaps" |
180 | 213 | android:textOff = "Off"
|
181 | 214 | android:textOn = "On" />
|
182 | 215 |
|
183 | 216 | </LinearLayout>
|
184 | 217 |
|
| 218 | + <View |
| 219 | + android:layout_width="match_parent" |
| 220 | + android:layout_height=".5dp" |
| 221 | + android:layout_margin="14dp" |
| 222 | + android:background="@android:color/darker_gray"/> |
| 223 | + |
185 | 224 | <LinearLayout
|
186 | 225 | android:layout_width="match_parent"
|
187 | 226 | android:layout_height="wrap_content"
|
|
192 | 231 | android:layout_width = "wrap_content"
|
193 | 232 | android:layout_height = "wrap_content"
|
194 | 233 | android:layout_centerHorizontal = "true"
|
195 |
| - android:layout_marginTop = "70dp" |
| 234 | + android:layout_marginTop = "25dp" |
196 | 235 | android:layout_marginLeft="25dp"
|
197 | 236 | android:layout_marginBottom="20dp"
|
198 | 237 | android:background = "@drawable/button_round"
|
|
206 | 245 | android:layout_width = "wrap_content"
|
207 | 246 | android:layout_height = "wrap_content"
|
208 | 247 | android:layout_centerHorizontal = "true"
|
209 |
| - android:layout_marginTop = "70dp" |
| 248 | + android:layout_marginTop = "25dp" |
210 | 249 | android:layout_marginLeft="20dp"
|
211 | 250 | android:layout_marginBottom="20dp"
|
212 | 251 | android:background = "@drawable/button_round"
|
|
0 commit comments