Skip to content

Commit af964a7

Browse files
author
Mahalingam
committed
11-02-2020
# WORK MANAGER (one time) #Swipe to delete
1 parent 2770f49 commit af964a7

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M12,21.35l-1.45,-1.32C5.4,15.36 2,12.28 2,8.5 2,5.42 4.42,3 7.5,3c1.74,0 3.41,0.81 4.5,2.09C13.09,3.81 14.76,3 16.5,3 19.58,3 22,5.42 22,8.5c0,3.78 -3.4,6.86 -8.55,11.54L12,21.35z"/>
9+
</vector>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M8.55,12c-1.07,-0.71 -2.25,-1.27 -3.53,-1.61 1.28,0.34 2.46,0.9 3.53,1.61zM18.98,10.39c-1.29,0.34 -2.49,0.91 -3.57,1.64 1.08,-0.73 2.28,-1.3 3.57,-1.64z"/>
9+
<path
10+
android:fillColor="#FF000000"
11+
android:pathData="M15.49,9.63c-0.18,-2.79 -1.31,-5.51 -3.43,-7.63 -2.14,2.14 -3.32,4.86 -3.55,7.63 1.28,0.68 2.46,1.56 3.49,2.63 1.03,-1.06 2.21,-1.94 3.49,-2.63zM8.99,12.28c-0.14,-0.1 -0.3,-0.19 -0.45,-0.29 0.15,0.11 0.31,0.19 0.45,0.29zM15.41,12.03c-0.13,0.09 -0.27,0.16 -0.4,0.26 0.13,-0.1 0.27,-0.17 0.4,-0.26zM12,15.45C9.85,12.17 6.18,10 2,10c0,5.32 3.36,9.82 8.03,11.49 0.63,0.23 1.29,0.4 1.97,0.51 0.68,-0.12 1.33,-0.29 1.97,-0.51C18.64,19.82 22,15.32 22,10c-4.18,0 -7.85,2.17 -10,5.45z"/>
12+
</vector>

app/src/main/res/layout/notification_list_item.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
android:layout_gravity="top|center"
6464
android:background="@drawable/imwall_circle_left"
6565
android:padding="15dp"
66-
android:src="@drawable/ic_sync"
66+
android:src="@drawable/ic_spa"
6767
android:tint="#FFF" />
6868

6969

@@ -96,10 +96,12 @@
9696

9797
<androidx.appcompat.widget.AppCompatImageView
9898
android:id="@+id/tasktype_img"
99-
android:layout_width="30dp"
100-
android:layout_height="30dp"
99+
android:layout_width="24dp"
100+
android:layout_height="24dp"
101101
android:layout_alignParentEnd="true"
102-
app:srcCompat="@drawable/ic_sync" />
102+
app:srcCompat="@drawable/ic_favorite"
103+
android:padding="5dp"
104+
app:tint="#D50000" />
103105

104106
</RelativeLayout>
105107

0 commit comments

Comments
 (0)