-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Siddharth Agarwal
committed
Sep 5, 2024
1 parent
d4233f8
commit f418a68
Showing
6 changed files
with
203 additions
and
37 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
12 changes: 12 additions & 0 deletions
12
...onMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/menuItem/MenuItemTestTags.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,12 @@ | ||
package org.hisp.dhis.mobile.ui.designsystem.component.menuItem | ||
|
||
object MenuItemTestTags { | ||
const val MENU_ITEM_CONTAINER = "MENU_ITEM_CONTAINER" | ||
const val MENU_ITEM_TEXT = "MENU_ITEM_TEXT" | ||
const val MENU_ITEM_SUPPORTING_TEXT = "MENU_ITEM_SUPPORTING_TEXT" | ||
const val MENU_ITEM_DIVIDER = "MENU_ITEM_DIVIDER" | ||
const val MENU_ITEM_LEADING_INDENT = "MENU_ITEM_LEADING_INDENT" | ||
const val MENU_ITEM_LEADING_ICON = "MENU_ITEM_LEADING_ICON" | ||
const val MENU_ITEM_TRAILING_ICON = "MENU_ITEM_TRAILING_ICON" | ||
const val MENU_ITEM_TRAILING_TEXT = "MENU_ITEM_TRAILING_TEXT" | ||
} |
Oops, something went wrong.