Skip to content

Commit 6e8a30d

Browse files
authored
Add files via upload
1 parent 943f192 commit 6e8a30d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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>

0 commit comments

Comments
 (0)