Skip to content

Commit e67b922

Browse files
bngshyonghanJu
andcommitted
💄 러닝 리소스 (포어그라운드 아이콘, 문자열) 추가
Co-authored-by: yonghanJu <[email protected]>
1 parent 6ae6100 commit e67b922

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-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+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:width="100dp"
4+
android:height="100dp"
5+
android:viewportWidth="100"
6+
android:viewportHeight="100">
7+
<path
8+
android:pathData="M49,49m-45,0a45,45 0,1 1,90 0a45,45 0,1 1,-90 0"
9+
android:strokeWidth="3"
10+
android:fillColor="#FFEB62"
11+
android:strokeColor="#010101"/>
12+
<path
13+
android:pathData="M61.4,19.5c-0.7,1.8 0.3,3.5 2.1,3.5 2.1,-0 2.8,-1.9 1.5,-3.5 -1.6,-1.9 -2.9,-1.9 -3.6,-0z"
14+
android:fillColor="#010101"
15+
android:strokeColor="#010101"/>
16+
<path
17+
android:pathData="M42.4,21.4c-0.9,2.2 0.2,4.6 2.1,4.6 1.2,-0 1.5,-0.8 1.3,-2.7 -0.3,-3 -2.5,-4.2 -3.4,-1.9z"
18+
android:fillColor="#010101"
19+
android:strokeColor="#010101"/>
20+
<path
21+
android:pathData="M53.3,23.7c-1.7,0.2 -3.7,1.1 -4.4,2 -1.1,1.3 -1,1.8 1,3.4 2.8,2.2 8.4,2.5 10.1,0.5 0.6,-0.8 1,-2.5 0.8,-3.8 -0.3,-2.4 -1.8,-2.8 -7.5,-2.1zM58,27c0,0.5 -1.2,1 -2.7,0.9 -2.5,-0 -2.6,-0.1 -0.8,-0.9 2.7,-1.2 3.5,-1.2 3.5,-0z"
22+
android:fillColor="#010101"
23+
android:strokeColor="#010101"/>
24+
</vector>

presentation/src/main/res/values/strings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,10 @@
7070
<!-- 러닝 화면 -->
7171
<string name="running_pause_or_resume">일시정지/재개</string>
7272
<string name="running_finish">정지</string>
73+
<string name="running_notification_content">모여서 각자 러닝 중!</string>
74+
<string name="running_notification_id">모각런</string>
75+
<string name="running_notification_title">달려~ 달려~</string>
76+
<string name="running_channel_name">활동 추적</string>
77+
<string name="running_channel_description">달리기 활동을 추적하는 알림 채널입니다.</string>
7378

7479
</resources>

0 commit comments

Comments
 (0)