Skip to content

Commit

Permalink
Updated Notification with Real Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
tirth5828 committed Oct 16, 2021
1 parent 890cc09 commit 26bc48a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
35 changes: 14 additions & 21 deletions app/src/main/res/layout/activity_notification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@

<TextView
android:id="@+id/textView4"
android:layout_width="wrap_content"
android:layout_width="350sp"
android:layout_height="wrap_content"
android:layout_marginTop="120dp"
android:background="@color/gray"
android:text="Notification 01"
android:text="@string/N1"
android:textColor="@color/white"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -31,11 +30,10 @@

<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_width="350sp"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:background="@color/gray"
android:text="Notification 02"
android:text="@string/N2"
android:textColor="@color/white"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -45,11 +43,10 @@

<TextView
android:id="@+id/textView6"
android:layout_width="wrap_content"
android:layout_width="350sp"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:background="@color/gray"
android:text="Notification 03"
android:text="@string/N3"
android:textColor="@color/white"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -59,11 +56,10 @@

<TextView
android:id="@+id/textView7"
android:layout_width="wrap_content"
android:layout_width="350sp"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:background="@color/gray"
android:text="Notification 04"
android:text="@string/N4"
android:textColor="@color/white"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -73,11 +69,10 @@

<TextView
android:id="@+id/textView8"
android:layout_width="wrap_content"
android:layout_width="350sp"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:background="@color/gray"
android:text="Notification 05"
android:text="@string/N5"
android:textColor="@color/white"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -87,11 +82,10 @@

<TextView
android:id="@+id/textView9"
android:layout_width="wrap_content"
android:layout_width="350sp"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:background="@color/gray"
android:text="Notification 06"
android:text="@string/N6"
android:textColor="@color/white"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -101,11 +95,10 @@

<TextView
android:id="@+id/textView10"
android:layout_width="wrap_content"
android:layout_width="350sp"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:background="@color/gray"
android:text="Notification 07"
android:text="@string/N7"
android:textColor="@color/white"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
8 changes: 7 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<string name="app_name">Always High</string>
<string name="drawer_open">Drawer Open</string>
<string name="drawer_close">Drawer Close</string>
<string name="N1">Changed</string>
<string name="N1">Special session for finance profiles are arranged by finance club</string>
<string name="N2">Offline Collage is starting from 15 Nov for students who are interested</string>
<string name="N3">Parents Approval And Complete Vaccination is necessary to attend collage offline</string>
<string name="N4">Pre Med Term is starting from 18th Oct</string>
<string name="N5">Maths Tut 2 is uploaded on Moodle, No Due Date</string>
<string name="N6">Hack it How Hackathon is starting from 15th Oct</string>
<string name="N7">Extra class for CS201 on 14th Oct 12:00 PM</string>
<string name="Now"><a href="https://meet.google.com/vdt-gysa-bxs">Now - CS201 Class</a></string>
<string name="Next"><a href="https://meet.google.com/cso-hyuj-xuq">Next - MA201 Class</a></string>
<string name="R1"><a href="https://drive.google.com/file/d/1c9C0ubLA0DcjGN4nAK-7G2kcw2liTFY9/view?usp=sharing">CS201</a></string>
Expand Down

0 comments on commit 26bc48a

Please sign in to comment.