-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename: ic_envelope -> img_envelope drawable 이름 변경
실수로 다른 아이콘을 같은 이름으로 덮어씌워버렸어요 ㅎㅎ;
- Loading branch information
1 parent
54dd0b1
commit 4d2133b
Showing
2 changed files
with
13 additions
and
1 deletion.
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
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,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="328dp" | ||
android:height="64dp" | ||
android:viewportWidth="328" | ||
android:viewportHeight="64"> | ||
<path | ||
android:pathData="M-16,0h360v40h-360z" | ||
android:fillColor="#FFFDF8"/> | ||
<path | ||
android:pathData="M169.68,63.24C165.91,63.75 162.09,63.75 158.32,63.24L-16,40L344,40L169.68,63.24Z" | ||
android:fillColor="#FFFDF8"/> | ||
</vector> |