-
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.
* feat: 탭 이름을 홈에서 행사로 변경 * feat: 행사 탭 아이콘 변경 및 가장 왼쪽으로 이동
- Loading branch information
Showing
4 changed files
with
16 additions
and
6 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
9 changes: 9 additions & 0 deletions
9
android/2023-emmsale/app/src/main/res/drawable/ic_main_menuitemevent.xml
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="34dp" | ||
android:height="34dp" | ||
android:viewportWidth="34" | ||
android:viewportHeight="34"> | ||
<path | ||
android:fillColor="#D9D9D9" | ||
android:pathData="M21.69,5H12.31C8.289,5 5,8.362 5,12.304V21.696C5,25.754 8.289,29 12.31,29H21.69C25.711,29 29,25.638 29,21.696V12.304C29,8.362 25.711,5 21.69,5ZM21.203,21H12.797C12.066,21 11.579,20.536 11.579,19.841C11.579,19.145 12.066,18.681 12.797,18.681H21.203C21.934,18.681 22.421,19.145 22.421,19.841C22.421,20.536 21.812,21 21.203,21ZM22.421,15.435H11.579C10.848,15.435 10.36,14.971 10.36,14.275C10.36,13.58 10.848,13.116 11.579,13.116H22.299C23.031,13.116 23.518,13.58 23.518,14.275C23.518,14.971 23.031,15.435 22.421,15.435Z" /> | ||
</vector> |
9 changes: 5 additions & 4 deletions
9
android/2023-emmsale/app/src/main/res/menu/menu_main_bottomnavigationview.xml
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