Skip to content

Commit

Permalink
feat: 다크모드 적용 (#737)
Browse files Browse the repository at this point in the history
* refactor: 공통 색 추가 및 black 색상코드 추가

* design: 다크테마용 색 추가

* design: 다크테마 적용

* fix: 라이트테마일때 약속 리스트 하얀 박스로 나오게 변경

* fix: 초대코드 작성시 잘안보이는 텍스트 색 수정

* fix: 시각 입력할 때 진한 보라색 -> 연한 보라색으로 변경
  • Loading branch information
haeum808 authored Oct 17, 2024
1 parent bbe2371 commit 16c41ab
Show file tree
Hide file tree
Showing 27 changed files with 205 additions and 153 deletions.
6 changes: 3 additions & 3 deletions android/app/src/main/res/drawable/ic_arrow_back.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M7.822,13L13.422,18.6L11.997,20L3.997,12L11.997,4L13.422,5.4L7.822,11H19.997V13H7.822Z"
android:fillColor="#1D1B20"/>
<path
android:fillColor="@color/tertiary"
android:pathData="M7.822,13L13.422,18.6L11.997,20L3.997,12L11.997,4L13.422,5.4L7.822,11H19.997V13H7.822Z" />
</vector>
6 changes: 3 additions & 3 deletions android/app/src/main/res/drawable/ic_arrow_down.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="8dp"
android:viewportWidth="14"
android:viewportHeight="8">
<path
android:pathData="M7,7.5L0.333,0H13.667L7,7.5Z"
android:fillColor="#5C47AE"/>
<path
android:fillColor="@color/secondary"
android:pathData="M7,7.5L0.333,0H13.667L7,7.5Z" />
</vector>
6 changes: 3 additions & 3 deletions android/app/src/main/res/drawable/ic_arrow_up.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="8dp"
android:viewportWidth="14"
android:viewportHeight="8">
<path
android:pathData="M7,0.5L13.667,8L0.333,8L7,0.5Z"
android:fillColor="#5C47AE"/>
<path
android:fillColor="@color/secondary"
android:pathData="M7,0.5L13.667,8L0.333,8L7,0.5Z" />
</vector>
6 changes: 3 additions & 3 deletions android/app/src/main/res/drawable/ic_comment_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,9C11.735,9 11.48,9.105 11.293,9.293C11.105,9.48 11,9.735 11,10V13C11,13.265 11.105,13.52 11.293,13.707C11.48,13.895 11.735,14 12,14C12.265,14 12.52,13.895 12.707,13.707C12.895,13.52 13,13.265 13,13V10C13,9.735 12.895,9.48 12.707,9.293C12.52,9.105 12.265,9 12,9ZM19,2H5C4.204,2 3.441,2.316 2.879,2.879C2.316,3.441 2,4.204 2,5V15C2,15.796 2.316,16.559 2.879,17.121C3.441,17.684 4.204,18 5,18H16.59L20.29,21.71C20.383,21.803 20.494,21.876 20.616,21.926C20.738,21.976 20.868,22.001 21,22C21.131,22.003 21.261,21.976 21.38,21.92C21.563,21.845 21.719,21.718 21.829,21.554C21.94,21.39 21.999,21.197 22,21V5C22,4.204 21.684,3.441 21.121,2.879C20.559,2.316 19.796,2 19,2ZM20,18.59L17.71,16.29C17.617,16.197 17.506,16.124 17.384,16.074C17.262,16.024 17.132,15.999 17,16H5C4.735,16 4.48,15.895 4.293,15.707C4.105,15.52 4,15.265 4,15V5C4,4.735 4.105,4.48 4.293,4.293C4.48,4.105 4.735,4 5,4H19C19.265,4 19.52,4.105 19.707,4.293C19.895,4.48 20,4.735 20,5V18.59ZM12,6C11.802,6 11.609,6.059 11.444,6.169C11.28,6.278 11.152,6.435 11.076,6.617C11,6.8 10.981,7.001 11.019,7.195C11.058,7.389 11.153,7.567 11.293,7.707C11.433,7.847 11.611,7.942 11.805,7.981C11.999,8.019 12.2,8 12.383,7.924C12.565,7.848 12.722,7.72 12.832,7.556C12.941,7.391 13,7.198 13,7C13,6.735 12.895,6.48 12.707,6.293C12.52,6.105 12.265,6 12,6Z"
android:fillColor="#8E8E93"/>
<path
android:fillColor="@color/quarternary"
android:pathData="M12,9C11.735,9 11.48,9.105 11.293,9.293C11.105,9.48 11,9.735 11,10V13C11,13.265 11.105,13.52 11.293,13.707C11.48,13.895 11.735,14 12,14C12.265,14 12.52,13.895 12.707,13.707C12.895,13.52 13,13.265 13,13V10C13,9.735 12.895,9.48 12.707,9.293C12.52,9.105 12.265,9 12,9ZM19,2H5C4.204,2 3.441,2.316 2.879,2.879C2.316,3.441 2,4.204 2,5V15C2,15.796 2.316,16.559 2.879,17.121C3.441,17.684 4.204,18 5,18H16.59L20.29,21.71C20.383,21.803 20.494,21.876 20.616,21.926C20.738,21.976 20.868,22.001 21,22C21.131,22.003 21.261,21.976 21.38,21.92C21.563,21.845 21.719,21.718 21.829,21.554C21.94,21.39 21.999,21.197 22,21V5C22,4.204 21.684,3.441 21.121,2.879C20.559,2.316 19.796,2 19,2ZM20,18.59L17.71,16.29C17.617,16.197 17.506,16.124 17.384,16.074C17.262,16.024 17.132,15.999 17,16H5C4.735,16 4.48,15.895 4.293,15.707C4.105,15.52 4,15.265 4,15V5C4,4.735 4.105,4.48 4.293,4.293C4.48,4.105 4.735,4 5,4H19C19.265,4 19.52,4.105 19.707,4.293C19.895,4.48 20,4.735 20,5V18.59ZM12,6C11.802,6 11.609,6.059 11.444,6.169C11.28,6.278 11.152,6.435 11.076,6.617C11,6.8 10.981,7.001 11.019,7.195C11.058,7.389 11.153,7.567 11.293,7.707C11.433,7.847 11.611,7.942 11.805,7.981C11.999,8.019 12.2,8 12.383,7.924C12.565,7.848 12.722,7.72 12.832,7.556C12.941,7.391 13,7.198 13,7C13,6.735 12.895,6.48 12.707,6.293C12.52,6.105 12.265,6 12,6Z" />
</vector>
21 changes: 10 additions & 11 deletions android/app/src/main/res/drawable/ic_current_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
android:height="20dp"
android:viewportWidth="20"
android:viewportHeight="20">
<group>
<clip-path
android:pathData="M0,0h20v20h-20z"/>
<path
android:pathData="M18.333,10C18.333,14.602 14.602,18.333 10,18.333M18.333,10C18.333,5.398 14.602,1.667 10,1.667M18.333,10H15M10,18.333C5.398,18.333 1.667,14.602 1.667,10M10,18.333V15M1.667,10C1.667,5.398 5.398,1.667 10,1.667M1.667,10H5M10,1.667V5"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#5C47AE"
android:strokeLineCap="round"/>
</group>
<group>
<clip-path android:pathData="M0,0h20v20h-20z" />
<path
android:fillColor="#00000000"
android:pathData="M18.333,10C18.333,14.602 14.602,18.333 10,18.333M18.333,10C18.333,5.398 14.602,1.667 10,1.667M18.333,10H15M10,18.333C5.398,18.333 1.667,14.602 1.667,10M10,18.333V15M1.667,10C1.667,5.398 5.398,1.667 10,1.667M1.667,10H5M10,1.667V5"
android:strokeWidth="2"
android:strokeColor="@color/secondary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</group>
</vector>
6 changes: 3 additions & 3 deletions android/app/src/main/res/drawable/ic_location_on.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,22C11.767,22 11.567,21.933 11.4,21.8C11.233,21.667 11.108,21.492 11.025,21.275C10.708,20.342 10.308,19.467 9.825,18.65C9.358,17.833 8.7,16.875 7.85,15.775C7,14.675 6.308,13.625 5.775,12.625C5.258,11.625 5,10.417 5,9C5,7.05 5.675,5.4 7.025,4.05C8.392,2.683 10.05,2 12,2C13.95,2 15.6,2.683 16.95,4.05C18.317,5.4 19,7.05 19,9C19,10.517 18.708,11.783 18.125,12.8C17.558,13.8 16.9,14.792 16.15,15.775C15.25,16.975 14.567,17.975 14.1,18.775C13.65,19.558 13.275,20.392 12.975,21.275C12.892,21.508 12.758,21.692 12.575,21.825C12.408,21.942 12.217,22 12,22ZM12,18.425C12.283,17.858 12.6,17.3 12.95,16.75C13.317,16.2 13.85,15.467 14.55,14.55C15.267,13.617 15.85,12.758 16.3,11.975C16.767,11.175 17,10.183 17,9C17,7.617 16.508,6.442 15.525,5.475C14.558,4.492 13.383,4 12,4C10.617,4 9.433,4.492 8.45,5.475C7.483,6.442 7,7.617 7,9C7,10.183 7.225,11.175 7.675,11.975C8.142,12.758 8.733,13.617 9.45,14.55C10.15,15.467 10.675,16.2 11.025,16.75C11.392,17.3 11.717,17.858 12,18.425ZM12,11.5C12.7,11.5 13.292,11.258 13.775,10.775C14.258,10.292 14.5,9.7 14.5,9C14.5,8.3 14.258,7.708 13.775,7.225C13.292,6.742 12.7,6.5 12,6.5C11.3,6.5 10.708,6.742 10.225,7.225C9.742,7.708 9.5,8.3 9.5,9C9.5,9.7 9.742,10.292 10.225,10.775C10.708,11.258 11.3,11.5 12,11.5Z"
android:fillColor="#5C47AE"/>
<path
android:fillColor="@color/secondary"
android:pathData="M12,22C11.767,22 11.567,21.933 11.4,21.8C11.233,21.667 11.108,21.492 11.025,21.275C10.708,20.342 10.308,19.467 9.825,18.65C9.358,17.833 8.7,16.875 7.85,15.775C7,14.675 6.308,13.625 5.775,12.625C5.258,11.625 5,10.417 5,9C5,7.05 5.675,5.4 7.025,4.05C8.392,2.683 10.05,2 12,2C13.95,2 15.6,2.683 16.95,4.05C18.317,5.4 19,7.05 19,9C19,10.517 18.708,11.783 18.125,12.8C17.558,13.8 16.9,14.792 16.15,15.775C15.25,16.975 14.567,17.975 14.1,18.775C13.65,19.558 13.275,20.392 12.975,21.275C12.892,21.508 12.758,21.692 12.575,21.825C12.408,21.942 12.217,22 12,22ZM12,18.425C12.283,17.858 12.6,17.3 12.95,16.75C13.317,16.2 13.85,15.467 14.55,14.55C15.267,13.617 15.85,12.758 16.3,11.975C16.767,11.175 17,10.183 17,9C17,7.617 16.508,6.442 15.525,5.475C14.558,4.492 13.383,4 12,4C10.617,4 9.433,4.492 8.45,5.475C7.483,6.442 7,7.617 7,9C7,10.183 7.225,11.175 7.675,11.975C8.142,12.758 8.733,13.617 9.45,14.55C10.15,15.467 10.675,16.2 11.025,16.75C11.392,17.3 11.717,17.858 12,18.425ZM12,11.5C12.7,11.5 13.292,11.258 13.775,10.775C14.258,10.292 14.5,9.7 14.5,9C14.5,8.3 14.258,7.708 13.775,7.225C13.292,6.742 12.7,6.5 12,6.5C11.3,6.5 10.708,6.742 10.225,7.225C9.742,7.708 9.5,8.3 9.5,9C9.5,9.7 9.742,10.292 10.225,10.775C10.708,11.258 11.3,11.5 12,11.5Z" />
</vector>
14 changes: 7 additions & 7 deletions android/app/src/main/res/drawable/ic_logout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M9,21H5C4.47,21 3.961,20.789 3.586,20.414C3.211,20.039 3,19.53 3,19V5C3,4.47 3.211,3.961 3.586,3.586C3.961,3.211 4.47,3 5,3H9M16,17L21,12M21,12L16,7M21,12H9"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#8E8E93"
android:strokeLineCap="round"/>
<path
android:fillColor="#00000000"
android:pathData="M9,21H5C4.47,21 3.961,20.789 3.586,20.414C3.211,20.039 3,19.53 3,19V5C3,4.47 3.211,3.961 3.586,3.586C3.961,3.211 4.47,3 5,3H9M16,17L21,12M21,12L16,7M21,12H9"
android:strokeWidth="2"
android:strokeColor="@color/quarternary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>
6 changes: 3 additions & 3 deletions android/app/src/main/res/drawable/ic_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M3,18V16H21V18H3ZM3,13V11H21V13H3ZM3,8V6H21V8H3Z"
android:fillColor="#1D1B20"/>
<path
android:fillColor="@color/tertiary"
android:pathData="M3,18V16H21V18H3ZM3,13V11H21V13H3ZM3,8V6H21V8H3Z" />
</vector>
2 changes: 1 addition & 1 deletion android/app/src/main/res/drawable/ic_round_cancel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#D6D6D6"
android:fillColor="@color/senary"
android:pathData="M22,12C22,17.522 17.522,22 12,22C6.477,22 2,17.522 2,12C2,6.477 6.477,2 12,2C17.522,2 22,6.477 22,12Z" />
<path
android:fillColor="#FFFFF6"
Expand Down
14 changes: 7 additions & 7 deletions android/app/src/main/res/drawable/ic_sad_ody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<clip-path android:pathData="M0,0h150v164.81h-150z" />
<path
android:fillAlpha="0.8588"
android:fillColor="@color/primaryVariant"
android:fillColor="@color/purple_300"
android:pathData="M108.71,73.58C109.32,74.32 110.38,73.23 110.64,72.33C112.4,66.19 111.18,59.24 107.43,54.07C105.73,51.75 102.96,49.6 100.2,50.43C102.93,45.13 101.26,38.21 97.02,34C92.78,29.79 86.49,28.12 80.55,28.57C76.38,23.49 69.66,20.62 63.15,21.11C56.59,21.59 50.4,25.45 47.02,31.07L37.26,30.88L37.52,30.91C32.32,30.56 26.99,32.62 23.36,36.35C19.73,40.08 17.83,45.48 18.35,50.69C15.72,49.02 12.31,51.2 10.42,53.71C4.83,61.14 4.54,72.17 9.77,79.88C5.54,81.52 2.32,85.61 1.75,90.11C1.14,94.61 3.19,99.4 6.85,102.07L7.24,107.67C3.19,109.27 2.04,114.42 1.91,118.76C1.78,122.52 2.2,126.73 4.99,129.24C6.6,130.69 8.75,131.33 10.83,131.91C12.22,132.3 13.95,132.62 14.88,131.52C12.83,136.89 15.78,143.52 20.95,146.03C26.12,148.53 32.77,147.09 36.85,143.07L43.94,138.66C43.78,138.5 43.49,138.7 43.49,138.92C43.49,139.15 43.69,139.34 43.85,139.47C45.55,141.01 47.28,142.62 49.4,143.45C51.3,144.19 53.35,144.32 55.41,144.29C58.01,144.23 60.64,143.94 63.08,142.94C65.52,141.94 67.67,140.24 68.86,137.92L76.38,139.05C81.8,141.2 88.39,140.24 92.95,136.54C97.5,132.84 99.88,126.67 98.95,120.88C103.16,120.69 107.24,118.5 109.74,115.09C112.24,111.68 113.11,107.15 112.05,103.07C116.42,102.2 118.22,97.22 118.41,92.75C118.67,86.73 115.33,81.72 110.13,79.37"
android:strokeAlpha="0.8588" />
<path
Expand Down Expand Up @@ -77,32 +77,32 @@
android:strokeAlpha="0.8588" />
<path
android:fillAlpha="0.8588"
android:fillColor="#000000"
android:fillColor="@color/tertiary"
android:pathData="M26.18,148.66C25.32,149.6 24.48,150.53 23.81,151.62C23.13,152.71 22.59,153.94 22.11,155.13C21.59,156.35 21.08,157.63 20.89,158.95C20.79,159.66 20.76,160.33 20.66,161.04C20.6,161.68 20.37,162.33 20.4,163C20.5,165.06 23.62,165.03 23.62,162.94C23.62,162.88 23.62,162.84 23.62,162.78C23.62,160.72 20.4,160.75 20.4,162.84C20.4,162.91 20.4,162.94 20.4,163C21.46,162.97 22.56,162.97 23.62,162.94C23.58,162.39 23.78,161.75 23.84,161.2C23.9,160.72 23.9,160.24 23.97,159.76C24.13,158.63 24.55,157.54 25,156.48C25.45,155.41 25.96,154.29 26.57,153.29C27.12,152.42 27.79,151.65 28.5,150.91C29.91,149.4 27.6,147.15 26.18,148.66Z"
android:strokeAlpha="0.8588" />
<path
android:fillAlpha="0.8588"
android:fillColor="#000000"
android:fillColor="@color/tertiary"
android:pathData="M13.5,160.88C14.75,161.52 16,162.17 17.29,162.78C17.87,163.04 18.41,163.29 18.99,163.55C19.25,163.65 19.5,163.77 19.76,163.94C19.83,163.97 19.89,164 19.95,164.06C19.76,163.94 19.76,163.9 19.89,164.03C19.99,164.13 20.11,164.23 20.21,164.35C20.95,163.58 21.69,162.81 22.43,162.04C22.39,162.01 22.33,161.94 22.3,161.91C21.72,161.3 20.6,161.3 20.02,161.94C19.44,162.62 19.44,163.58 20.05,164.23C20.08,164.26 20.15,164.32 20.18,164.35C20.76,164.96 21.88,164.96 22.46,164.32C23.07,163.65 23.04,162.71 22.43,162.04C21.5,161.04 20.18,160.66 18.99,160.08C17.67,159.43 16.39,158.76 15.07,158.12C14.33,157.73 13.28,157.92 12.89,158.73C12.5,159.43 12.7,160.49 13.5,160.88Z"
android:strokeAlpha="0.8588" />
<path
android:fillAlpha="0.8588"
android:fillColor="#000000"
android:fillColor="@color/tertiary"
android:pathData="M71.14,138.47C68.6,142.65 66.55,147.18 64.72,151.72C63.85,153.87 63.05,156.06 62.41,158.28C61.99,159.69 60.48,164.55 63.59,164.23C64.49,164.13 65.1,163.52 65.17,162.59C65.2,162.26 65.14,162.01 65.04,161.68C65.01,162.1 64.94,162.52 64.91,162.94C64.94,162.88 64.98,162.78 65.01,162.71C65.33,161.91 65.2,161.01 64.4,160.53C63.72,160.14 62.53,160.33 62.21,161.14C61.99,161.72 62.02,162.07 61.99,162.65C62.5,162.1 63.05,161.56 63.56,161.01C63.98,161.36 64.43,161.68 64.85,162.04C64.85,161.81 64.85,161.78 64.85,161.94C64.75,162.07 64.94,161.36 64.98,161.24C65.1,160.62 65.26,160.04 65.43,159.47C65.68,158.57 65.94,157.67 66.23,156.8C66.9,154.84 67.64,152.94 68.48,151.04C70.08,147.28 71.85,143.55 73.97,140.04C75.03,138.28 72.2,136.7 71.14,138.47Z"
android:strokeAlpha="0.8588" />
<path
android:fillAlpha="0.8588"
android:fillColor="#000000"
android:fillColor="@color/tertiary"
android:pathData="M62.25,160.66C61.96,160.56 61.67,160.46 61.41,160.33C61.28,160.27 61.12,160.24 60.99,160.17C60.83,160.11 60.87,160.11 61.06,160.21C60.99,160.17 60.93,160.14 60.83,160.11C60.29,159.88 59.77,159.66 59.23,159.37C58.71,159.11 58.2,158.82 57.69,158.53C57.49,158.4 57.3,158.31 57.08,158.18C56.85,158.02 57.4,158.44 57.08,158.15C56.98,158.02 57.01,158.05 57.17,158.28C57.14,158.24 57.11,158.18 57.11,158.12C57.04,158.76 56.95,159.4 56.88,160.08C56.92,160.04 56.95,159.98 56.98,159.95C57.24,159.6 57.43,159.27 57.43,158.79C57.43,158.4 57.24,157.92 56.95,157.67C56.34,157.15 55.25,156.99 54.67,157.7C54.64,157.73 54.6,157.79 54.57,157.83C54.35,158.12 54.19,158.37 54.15,158.76C54.12,159.15 54.19,159.43 54.35,159.79C54.64,160.43 55.28,160.85 55.86,161.2C56.4,161.52 56.95,161.85 57.53,162.13C58.78,162.78 60.09,163.29 61.41,163.74C62.21,164.03 63.21,163.39 63.37,162.59C63.59,161.68 63.11,160.95 62.25,160.66Z"
android:strokeAlpha="0.8588" />
<path
android:fillAlpha="0.8588"
android:fillColor="#000000"
android:fillColor="@color/tertiary"
android:pathData="M120.27,91.3C123.58,92.52 126.73,94.61 129.62,96.61C131.06,97.6 132.44,98.69 133.76,99.85C134.3,100.33 134.88,100.75 135.21,101.17C135.75,101.85 136.36,102.3 137.26,102.33C138.22,102.36 139.19,101.2 138.77,100.27C138.67,100.01 138.54,99.76 138.42,99.53C137.45,97.7 134.69,99.37 135.69,101.2C136.2,100.53 136.68,99.82 137.2,99.15C137.16,99.15 137.1,99.15 137.07,99.15C137.32,99.21 137.61,99.27 137.87,99.34C137.74,99.27 137.74,99.27 137.65,99.15C137.45,98.89 137.26,98.66 137.04,98.44C136.36,97.83 135.65,97.25 134.95,96.67C133.54,95.51 132.06,94.42 130.55,93.39C127.56,91.4 124.45,89.47 121.07,88.21C120.27,87.92 119.31,88.6 119.12,89.37C118.89,90.24 119.47,90.98 120.27,91.3Z"
android:strokeAlpha="0.8588" />
<path
android:fillAlpha="0.8588"
android:fillColor="#000000"
android:fillColor="@color/tertiary"
android:pathData="M139.32,102.26C140.92,102.01 142.08,101.75 143.68,101.62C144.42,101.56 145.16,101.53 145.93,101.56C146.32,101.59 146.7,101.62 147.09,101.65C147.12,101.65 147.6,101.72 147.28,101.65C147.34,101.65 147.89,101.81 147.63,101.72C148.4,102.04 149.4,101.94 149.82,101.11C150.17,100.4 150.04,99.24 149.21,98.92C148.27,98.53 147.34,98.47 146.35,98.41C145.48,98.34 144.65,98.34 143.78,98.41C141.98,98.53 140.18,98.89 138.38,99.18C137.55,99.31 137.04,100.43 137.29,101.17C137.61,102.1 138.42,102.43 139.32,102.26Z"
android:strokeAlpha="0.8588" />
<path
Expand Down
28 changes: 14 additions & 14 deletions android/app/src/main/res/drawable/ic_setting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,15C13.657,15 15,13.657 15,12C15,10.343 13.657,9 12,9C10.343,9 9,10.343 9,12C9,13.657 10.343,15 12,15Z"
android:strokeLineJoin="round"
android:strokeWidth="1.5"
android:fillColor="#00000000"
android:strokeColor="#292D32"
android:strokeLineCap="round"/>
<path
android:pathData="M2,12.88V11.12C2,10.08 2.85,9.22 3.9,9.22C5.71,9.22 6.45,7.94 5.54,6.37C5.02,5.47 5.33,4.3 6.24,3.78L7.97,2.79C8.76,2.32 9.78,2.6 10.25,3.39L10.36,3.58C11.26,5.15 12.74,5.15 13.65,3.58L13.76,3.39C14.23,2.6 15.25,2.32 16.04,2.79L17.77,3.78C18.68,4.3 18.99,5.47 18.47,6.37C17.56,7.94 18.3,9.22 20.11,9.22C21.15,9.22 22.01,10.07 22.01,11.12V12.88C22.01,13.92 21.16,14.78 20.11,14.78C18.3,14.78 17.56,16.06 18.47,17.63C18.99,18.54 18.68,19.7 17.77,20.22L16.04,21.21C15.25,21.68 14.23,21.4 13.76,20.61L13.65,20.42C12.75,18.85 11.27,18.85 10.36,20.42L10.25,20.61C9.78,21.4 8.76,21.68 7.97,21.21L6.24,20.22C5.33,19.7 5.02,18.53 5.54,17.63C6.45,16.06 5.71,14.78 3.9,14.78C2.85,14.78 2,13.92 2,12.88Z"
android:strokeLineJoin="round"
android:strokeWidth="1.5"
android:fillColor="#00000000"
android:strokeColor="#292D32"
android:strokeLineCap="round"/>
<path
android:fillColor="#00000000"
android:pathData="M12,15C13.657,15 15,13.657 15,12C15,10.343 13.657,9 12,9C10.343,9 9,10.343 9,12C9,13.657 10.343,15 12,15Z"
android:strokeWidth="1.5"
android:strokeColor="@color/tertiary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M2,12.88V11.12C2,10.08 2.85,9.22 3.9,9.22C5.71,9.22 6.45,7.94 5.54,6.37C5.02,5.47 5.33,4.3 6.24,3.78L7.97,2.79C8.76,2.32 9.78,2.6 10.25,3.39L10.36,3.58C11.26,5.15 12.74,5.15 13.65,3.58L13.76,3.39C14.23,2.6 15.25,2.32 16.04,2.79L17.77,3.78C18.68,4.3 18.99,5.47 18.47,6.37C17.56,7.94 18.3,9.22 20.11,9.22C21.15,9.22 22.01,10.07 22.01,11.12V12.88C22.01,13.92 21.16,14.78 20.11,14.78C18.3,14.78 17.56,16.06 18.47,17.63C18.99,18.54 18.68,19.7 17.77,20.22L16.04,21.21C15.25,21.68 14.23,21.4 13.76,20.61L13.65,20.42C12.75,18.85 11.27,18.85 10.36,20.42L10.25,20.61C9.78,21.4 8.76,21.68 7.97,21.21L6.24,20.22C5.33,19.7 5.02,18.53 5.54,17.63C6.45,16.06 5.71,14.78 3.9,14.78C2.85,14.78 2,13.92 2,12.88Z"
android:strokeWidth="1.5"
android:strokeColor="@color/tertiary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>
6 changes: 3 additions & 3 deletions android/app/src/main/res/drawable/ic_share.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M11,16V7.85L8.4,10.45L7,9L12,4L17,9L15.6,10.45L13,7.85V16H11ZM6,20C5.45,20 4.979,19.804 4.588,19.413C4.196,19.021 4,18.55 4,18V15H6V18H18V15H20V18C20,18.55 19.804,19.021 19.413,19.413C19.021,19.804 18.55,20 18,20H6Z"
android:fillColor="#1D1B20"/>
<path
android:fillColor="@color/tertiary"
android:pathData="M11,16V7.85L8.4,10.45L7,9L12,4L17,9L15.6,10.45L13,7.85V16H11ZM6,20C5.45,20 4.979,19.804 4.588,19.413C4.196,19.021 4,18.55 4,18V15H6V18H18V15H20V18C20,18.55 19.804,19.021 19.413,19.413C19.021,19.804 18.55,20 18,20H6Z" />
</vector>
Loading

0 comments on commit 16c41ab

Please sign in to comment.