File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <LinearLayout
3
+ xmlns : android =" http://schemas.android.com/apk/res/android" android : layout_width =" match_parent"
4
+ android : layout_height =" match_parent"
5
+ android : background =" #ffffff"
6
+ android : orientation =" vertical" >
7
+
8
+ <TextView
9
+ android : layout_width =" wrap_content"
10
+ android : layout_height =" wrap_content"
11
+ android : text =" Task Added"
12
+ android : layout_marginTop =" 50dp"
13
+ android : layout_gravity =" center"
14
+ android : fontFamily =" cursive"
15
+ android : textSize =" 30sp" />
16
+
17
+ <ImageView
18
+ android : layout_width =" wrap_content"
19
+ android : layout_height =" wrap_content"
20
+ android : layout_gravity =" center"
21
+ android : layout_marginTop =" 20dp"
22
+ android : src =" @drawable/tick" />
23
+
24
+ </LinearLayout >
You can’t perform that action at this time.
0 commit comments