-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #311 from BCSDLab/feature/account_number
[Feature] 가게 계좌번호 복사 기능
- Loading branch information
Showing
9 changed files
with
158 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<group> | ||
<clip-path | ||
android:pathData="M0,0h16v16h-16z"/> | ||
<path | ||
android:strokeWidth="1" | ||
android:pathData="M8,14.667C11.682,14.667 14.666,11.682 14.666,8C14.666,4.318 11.682,1.334 8,1.334C4.318,1.334 1.333,4.318 1.333,8C1.333,11.682 4.318,14.667 8,14.667Z" | ||
android:strokeLineJoin="round" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#CACACA" | ||
android:strokeLineCap="round"/> | ||
<path | ||
android:strokeWidth="1" | ||
android:pathData="M8,10.667V8" | ||
android:strokeLineJoin="round" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#CACACA" | ||
android:strokeLineCap="round"/> | ||
<path | ||
android:strokeWidth="1" | ||
android:pathData="M8,5.333H8.007" | ||
android:strokeLineJoin="round" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#CACACA" | ||
android:strokeLineCap="round"/> | ||
</group> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:pathData="M16,20H8C7.204,20 6.441,19.684 5.879,19.121C5.316,18.559 5,17.796 5,17V7C5,6.735 4.895,6.48 4.707,6.293C4.52,6.105 4.265,6 4,6C3.735,6 3.48,6.105 3.293,6.293C3.105,6.48 3,6.735 3,7V17C3,18.326 3.527,19.598 4.464,20.535C5.402,21.473 6.674,22 8,22H16C16.265,22 16.52,21.895 16.707,21.707C16.895,21.52 17,21.265 17,21C17,20.735 16.895,20.48 16.707,20.293C16.52,20.105 16.265,20 16,20ZM10,13C10,13.265 10.105,13.52 10.293,13.707C10.48,13.895 10.735,14 11,14H16C16.265,14 16.52,13.895 16.707,13.707C16.895,13.52 17,13.265 17,13C17,12.735 16.895,12.48 16.707,12.293C16.52,12.105 16.265,12 16,12H11C10.735,12 10.48,12.105 10.293,12.293C10.105,12.48 10,12.735 10,13ZM21,8.94C20.99,8.848 20.969,8.758 20.94,8.67V8.58C20.892,8.477 20.828,8.383 20.75,8.3L14.75,2.3C14.667,2.222 14.573,2.158 14.47,2.11C14.44,2.106 14.41,2.106 14.38,2.11C14.278,2.052 14.166,2.014 14.05,2H10C9.204,2 8.441,2.316 7.879,2.879C7.316,3.441 7,4.204 7,5V15C7,15.796 7.316,16.559 7.879,17.121C8.441,17.684 9.204,18 10,18H18C18.796,18 19.559,17.684 20.121,17.121C20.684,16.559 21,15.796 21,15V9C21,9 21,9 21,8.94ZM15,5.41L17.59,8H16C15.735,8 15.48,7.895 15.293,7.707C15.105,7.52 15,7.265 15,7V5.41ZM19,15C19,15.265 18.895,15.52 18.707,15.707C18.52,15.895 18.265,16 18,16H10C9.735,16 9.48,15.895 9.293,15.707C9.105,15.52 9,15.265 9,15V5C9,4.735 9.105,4.48 9.293,4.293C9.48,4.105 9.735,4 10,4H13V7C13.003,7.341 13.064,7.679 13.18,8H11C10.735,8 10.48,8.105 10.293,8.293C10.105,8.48 10,8.735 10,9C10,9.265 10.105,9.52 10.293,9.707C10.48,9.895 10.735,10 11,10H19V15Z" | ||
android:fillColor="#858585"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters