-
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.
Release/v1.3.0
- Loading branch information
Showing
81 changed files
with
3,155 additions
and
1,216 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
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
37 changes: 37 additions & 0 deletions
37
core/design-system/src/main/java/team/aliens/dms/android/core/designsystem/DmsIcon.kt
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,37 @@ | ||
package team.aliens.dms.android.core.designsystem | ||
|
||
object DmsIcon { | ||
val Applicate = R.drawable.ic_applicate | ||
val Back = R.drawable.ic_back | ||
val Backward = R.drawable.ic_backward | ||
val Bell = R.drawable.ic_bell | ||
val BlueBreakfast = R.drawable.ic_blue_breakfast | ||
val BlueDinner = R.drawable.ic_blue_dinner | ||
val BlueLaunch = R.drawable.ic_blue_lunch | ||
val Breakfast = R.drawable.ic_breakfast | ||
val Calender = R.drawable.ic_calender | ||
val Camera = R.drawable.ic_camera | ||
val Check = R.drawable.ic_check | ||
val Close = R.drawable.ic_close | ||
val Dinner = R.drawable.ic_dinner | ||
val Up = R.drawable.ic_up | ||
val Down = R.drawable.ic_down | ||
val Forward = R.drawable.ic_forward | ||
val Home = R.drawable.ic_home | ||
val Information = R.drawable.ic_information | ||
val LogoDark = R.drawable.ic_logo_dark | ||
val LogoLight = R.drawable.ic_logo_light | ||
val Lunch = R.drawable.ic_lunch | ||
val MyPage = R.drawable.ic_my_page | ||
val Notice = R.drawable.ic_notice | ||
val Palette = R.drawable.ic_palette | ||
val PasswordInvisible = R.drawable.ic_password_invisible | ||
val PasswordVisible = R.drawable.ic_password_visible | ||
val Photo = R.drawable.ic_photo | ||
val PhotoClose = R.drawable.ic_photo_close | ||
val Plus = R.drawable.ic_plus | ||
val Sort = R.drawable.ic_sort | ||
val Visible = R.drawable.ic_visible | ||
val Warning = R.drawable.ic_warning | ||
val BlueNotice = R.drawable.ic_blue_notice | ||
} |
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
Oops, something went wrong.