forked from mash-up-kr/ssam-d-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] mash-up-kr#111 TopLevelDestination 수정 및 Navigation Bar Icon 변경
- Loading branch information
1 parent
2584d0f
commit 757e073
Showing
4 changed files
with
83 additions
and
24 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
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,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="32dp" | ||
android:height="32dp" | ||
android:viewportWidth="32" | ||
android:viewportHeight="32"> | ||
<path | ||
android:fillColor="#7E7E86" | ||
android:fillType="evenOdd" | ||
android:pathData="M24.62,7.826C24.173,8.272 24.179,8.992 24.576,9.482C25.248,10.309 25.797,11.23 26.206,12.218C26.762,13.558 27.047,14.995 27.047,16.446C27.047,17.896 26.762,19.333 26.206,20.673C25.797,21.661 25.248,22.582 24.576,23.409C24.179,23.899 24.173,24.619 24.62,25.066C25.066,25.512 25.794,25.515 26.2,25.032C27.079,23.988 27.794,22.813 28.318,21.548C28.988,19.93 29.333,18.197 29.333,16.446C29.333,14.695 28.988,12.961 28.318,11.343C27.794,10.078 27.079,8.903 26.2,7.859C25.794,7.376 25.066,7.379 24.62,7.826ZM21.279,14.259C21.139,13.918 20.965,13.594 20.763,13.288C20.414,12.762 20.403,12.043 20.849,11.597C21.295,11.15 22.027,11.146 22.405,11.651C22.804,12.184 23.135,12.766 23.391,13.384C23.793,14.354 24,15.395 24,16.445C24,17.496 23.793,18.536 23.391,19.507C23.135,20.125 22.804,20.706 22.405,21.239C22.027,21.744 21.295,21.74 20.849,21.294C20.403,20.848 20.414,20.129 20.763,19.603C20.965,19.297 21.139,18.972 21.279,18.632C21.567,17.939 21.714,17.196 21.714,16.445C21.714,15.695 21.567,14.952 21.279,14.259ZM18.666,16.446C18.666,17.919 17.472,19.113 15.999,19.113C14.526,19.113 13.332,17.919 13.332,16.446C13.332,14.973 14.526,13.779 15.999,13.779C17.472,13.779 18.666,14.973 18.666,16.446ZM10.721,18.632C10.862,18.972 11.035,19.297 11.237,19.603C11.586,20.129 11.598,20.848 11.151,21.294C10.705,21.74 9.974,21.744 9.595,21.239C9.197,20.706 8.865,20.125 8.609,19.507C8.207,18.536 8,17.496 8,16.445C8,15.395 8.207,14.354 8.609,13.384C8.865,12.766 9.197,12.184 9.595,11.651C9.974,11.146 10.705,11.15 11.151,11.597C11.598,12.043 11.586,12.762 11.237,13.288C11.035,13.594 10.862,13.918 10.721,14.259C10.434,14.952 10.286,15.695 10.286,16.445C10.286,17.196 10.434,17.939 10.721,18.632ZM7.379,25.066C7.826,24.619 7.82,23.899 7.423,23.409C6.751,22.582 6.202,21.661 5.793,20.674C5.237,19.333 4.952,17.896 4.952,16.446C4.952,14.995 5.237,13.558 5.793,12.218C6.202,11.23 6.751,10.309 7.423,9.482C7.82,8.992 7.826,8.272 7.379,7.826C6.933,7.379 6.205,7.376 5.799,7.859C4.92,8.904 4.205,10.078 3.681,11.343C3.011,12.961 2.666,14.695 2.666,16.446C2.666,18.197 3.011,19.931 3.681,21.548C4.205,22.813 4.92,23.988 5.799,25.032C6.205,25.515 6.933,25.512 7.379,25.066Z" /> | ||
</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