-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the dependency to implement resource ID (#311)
Signed-off-by: G S Prakash <[email protected]>
- Loading branch information
1 parent
c1d67ee
commit ed75eb7
Showing
3 changed files
with
30 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/// Login Screen | ||
const String loginScreenHelpText = "LoginScreenHelpText"; | ||
const String loginScreenWelcomeText = "LoginScreenWelcomeText"; | ||
const String loginScreenCommunityRegText = "LoginScreenCommunityRegText"; | ||
const String loginScreenLoginToAccessText = "LoginScreenLoginToAccessText"; | ||
const String loginScreenLoginText = "LoginScreenLoginText"; | ||
const String loginScreenLanguageText = "LoginScreenLanguageText"; | ||
const String loginScreenUserNameText = "LoginScreenUserNameText"; | ||
const String loginScreenPasswordText = "LoginScreenPasswordText"; | ||
const String loginScreenForgotPasswordText = "LoginScreenForgotPasswordText"; | ||
const String loginScreenUserNameTextField = "LoginScreenUserNameTextField"; | ||
const String loginScreenPasswordTextField = "LoginScreenPasswordTextField"; | ||
const String loginScreenNextButton = "LoginScreenNextButton"; | ||
const String loginScreenLoginButton = "LoginScreenLoginButton"; | ||
const String loginScreenBackButton = "LoginScreenBackButton"; | ||
const String loginScreenMosipIconButton = "LoginScreenMosipIconButton"; | ||
|
||
|
||
/// Login Alert | ||
const String loginAlertDeviceCredentialsText = "LoginAlertDeviceCredentialsText"; | ||
const String loginAlertCrossIcon = "LoginAlertCrossIcon"; | ||
const String loginAlertCopyButton = "LoginAlertCopyButton"; | ||
const String loginAlertDownloadJsonButton = "LoginAlertDownloadJsonButton"; | ||
const String loginAlertShareButton = "LoginAlertShareButton"; |
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