public PostSocialStylesHolderDroid(ThemeParser <T> themeParser)
 {
     NotLikeTheme = themeParser.GetThemeByName <IButtonTheme>(_notLikeThemeName);
     LikeTheme    = themeParser.GetThemeByName <IButtonTheme>(_likeThemeName);
     CommentTheme = themeParser.GetThemeByName <IButtonTheme>(_commentThemeName);
     ShareTheme   = themeParser.GetThemeByName <IButtonTheme>(_shareThemeName);
 }
 public ProfileCellStylesHolderIOS(ThemeParser <T> themeParser)
 {
     CellBackgroundTheme   = themeParser.GetThemeByName <IViewTheme>(_cellBackgroundTheme);
     AvatarImageViewTheme  = themeParser.GetThemeByName <IImageViewTheme>(_avatarImageViewTheme);
     NameLabelTheme        = themeParser.GetThemeByName <ITextViewTheme>(_nameLabelTheme);
     YourProfileLabelTheme = themeParser.GetThemeByName <ITextViewTheme>(_yourProfileLabelTheme);
 }
 public ToolBarPostsStylesHolderIOS(ThemeParser <T> themeParser)
 {
     MoreButtonTheme  = themeParser.GetThemeByName <IImageButtonTheme>(_moreButtonTheme);
     TitleTheme       = themeParser.GetThemeByName <ITextViewTheme>(_titleTheme);
     ToolbarViewTheme = themeParser.GetThemeByName <IViewTheme>(_viewTheme);
     CreatePostButton = themeParser.GetThemeByName <ITextViewTheme>(_createPostTheme);
 }
Esempio n. 4
0
 public ForgotPassStylesHolderIOS(ThemeParser <T> themeParser)
 {
     EmailEditTextTheme  = themeParser.GetThemeByName <IEditTextTheme>(_emailEditTextTheme);
     ViewTheme           = themeParser.GetThemeByName <IImageViewTheme>(_viewTheme);
     RecoveryButtonTheme = themeParser.GetThemeByName <IButtonTheme>(_recoveryButtonTheme);
     HeaderLabelTheme    = themeParser.GetThemeByName <ITextViewTheme>(_headerLabelTheme);
     LogoImageViewTheme  = themeParser.GetThemeByName <IImageViewTheme>(_logoImageViewTheme);
     BackButtonTheme     = themeParser.GetThemeByName <IImageButtonTheme>(_backButtonTheme);
     EmailLabelTheme     = themeParser.GetThemeByName <ITextViewTheme>(_emailLabelTheme);
     EmailStateSuccess   = themeParser.GetThemeByName <IEditTextTheme>(_emailStateSuccess);
     EmailStateFail      = themeParser.GetThemeByName <IEditTextTheme>(_emailStateFail);
 }
 public EditContactStyleHolderDroid(ThemeParser <T> themeParser)
 {
     BackgroundTheme         = themeParser.GetThemeByName <IViewTheme>(_backgroundTheme);
     UnEditableTextNoneTheme = themeParser.GetThemeByName <IEditTextTheme>(_uneditableTextNoneTheme);
     EditTextNoneTheme       = themeParser.GetThemeByName <IEditTextTheme>(_editTextNoneTheme);
     EditTextFailTheme       = themeParser.GetThemeByName <IEditTextTheme>(_editTextFailTheme);
     TextViewTheme           = themeParser.GetThemeByName <ITextViewTheme>(_textViewTheme);
     SaveButtonTheme         = themeParser.GetThemeByName <IButtonTheme>(_saveButtonTheme);
     CancelButtonTheme       = themeParser.GetThemeByName <IButtonTheme>(_cancelButtonTheme);
 }
 public EditProfileStylesHolderDroid(ThemeParser <T> themeParser)
 {
     LabelsTheme        = themeParser.GetThemeByName <ITextViewTheme>(_labelsTheme);
     EditTextsTheme     = themeParser.GetThemeByName <IEditTextTheme>(_editTextsTheme);
     EditTextsFailTheme = themeParser.GetThemeByName <IEditTextTheme>(_editTextsFailTheme);
     ViewTheme          = themeParser.GetThemeByName <IViewTheme>(_viewTheme);
     SaveButtonTheme    = themeParser.GetThemeByName <IButtonTheme>(_saveButtonTheme);
     CancelButtonTheme  = themeParser.GetThemeByName <IButtonTheme>(_cancelButtonTheme);
 }
 public ToolBarBackStylesHolderDroid(ThemeParser <T> themeParser)
 {
     BackButtonTheme  = themeParser.GetThemeByName <IImageButtonTheme>(_backButtonTheme);
     TitleTheme       = themeParser.GetThemeByName <ITextViewTheme>(_titleTheme);
     ToolbarViewTheme = themeParser.GetThemeByName <IViewTheme>(_toolbarViewTheme);
 }
Esempio n. 8
0
 public ToolsStylesHolderDroid(ThemeParser <T> themeParser)
 {
     UnselectedCellTheme = themeParser.GetThemeByName <IViewTheme>(_unselectedCellTheme);
     SelectedCellTheme   = themeParser.GetThemeByName <IViewTheme>(_selectedCellTheme);
     ToolNameTheme       = themeParser.GetThemeByName <ITextViewTheme>(_toolNameTheme);
 }
Esempio n. 9
0
 public OptionsCellStylesHolderIOS(ThemeParser <T> themeParser)
 {
     TextTheme       = themeParser.GetThemeByName <ITextViewTheme>(_textTheme);
     ImageViewTheme  = themeParser.GetThemeByName <IImageViewTheme>(_imageViewTheme);
     BackgroundTheme = themeParser.GetThemeByName <IViewTheme>(_backgroundTheme);
 }
Esempio n. 10
0
 public RegPhoneStylesHolderIOS(ThemeParser <T> themeParser)
 {
     HeaderLabelTheme       = themeParser.GetThemeByName <ITextViewTheme>(_headerLabelTheme);
     PhoneCountryLabelTheme = themeParser.GetThemeByName <ITextViewTheme>(_phoneCountryLabelTheme);
     PhoneNumberLabelTheme  = themeParser.GetThemeByName <ITextViewTheme>(_phoneNumberLabelTheme);
     NextButtonTheme        = themeParser.GetThemeByName <IButtonTheme>(_nextButtonTheme);
     SkipButtonTheme        = themeParser.GetThemeByName <IButtonTheme>(_skipButtonTheme);
     BackButtonTheme        = themeParser.GetThemeByName <IImageButtonTheme>(_backButtonTheme);
     ViewTheme                 = themeParser.GetThemeByName <IImageViewTheme>(_viewTheme);
     LogoImageViewTheme        = themeParser.GetThemeByName <IImageViewTheme>(_logoImageViewTheme);
     PhoneCountryEditTextTheme = themeParser.GetThemeByName <IEditTextTheme>(_phoneCountryEditTextTheme);
     PhoneCountryStateSuccess  = themeParser.GetThemeByName <IEditTextTheme>(_phoneCountryStateSuccess);
     PhoneCountryStateFail     = themeParser.GetThemeByName <IEditTextTheme>(_phoneCountryStateFail);
     PhoneNumberEditTextTheme  = themeParser.GetThemeByName <IEditTextTheme>(_phoneNumberEditTextTheme);
     PhoneNumberStateSuccess   = themeParser.GetThemeByName <IEditTextTheme>(_phoneNumberStateSuccess);
     PhoneNumberStateFail      = themeParser.GetThemeByName <IEditTextTheme>(_phoneNumberStateFail);
     FeatureTextTheme          = themeParser.GetThemeByName <ITextViewTheme>(_featureTextTheme);
     FeatureImageTheme         = themeParser.GetThemeByName <IImageViewTheme>(_featureImageTheme);
 }
Esempio n. 11
0
        public AuthStylesHolderIOS(ThemeParser <T> themeParser)
        {
            ViewTheme               = themeParser.GetThemeByName <IImageViewTheme>(_viewTheme);
            HeaderLabelTheme        = themeParser.GetThemeByName <ITextViewTheme>(_headerLabelTheme);
            NoAccountLabelTheme     = themeParser.GetThemeByName <ITextViewTheme>(_noAccountLabelTheme);
            LogInButtonTheme        = themeParser.GetThemeByName <IButtonTheme>(_logInButtonTheme);
            FacebookButtonTheme     = themeParser.GetThemeByName <IButtonTheme>(_facebookButtonTheme);
            RegistrationButtonTheme = themeParser.GetThemeByName <IButtonTheme>(_registrationButtonTheme);
            ForgetPassTheme         = themeParser.GetThemeByName <IButtonTheme>(_forgetPassTheme);
            EmailEditTextTheme      = themeParser.GetThemeByName <IEditTextTheme>(_emailEditTextTheme);
            PasswordEditTextTheme   = themeParser.GetThemeByName <IEditTextTheme>(_passwordEditTextTheme);
            LogoImageViewTheme      = themeParser.GetThemeByName <IImageViewTheme>(_logoImageViewTheme);

            EmailStateSuccess    = themeParser.GetThemeByName <IEditTextTheme>(_emailStateSuccess);
            EmailStateFail       = themeParser.GetThemeByName <IEditTextTheme>(_emailStateFail);
            PasswordStateSuccess = themeParser.GetThemeByName <IEditTextTheme>(_passwordStateSuccess);
            PasswordStateFail    = themeParser.GetThemeByName <IEditTextTheme>(_passwordStateFail);

            EmailLabelTheme         = themeParser.GetThemeByName <ITextViewTheme>(_emailLabelTheme);
            PasswordLabelTheme      = themeParser.GetThemeByName <ITextViewTheme>(_passwordLabelTheme);
            SocialNetworkLabelTheme = themeParser.GetThemeByName <ITextViewTheme>(_socialNetworkLabelTheme);
        }
Esempio n. 12
0
 public PostHeaderStylesHolderIOS(ThemeParser <T> themeParser)
 {
     MoreOptionsButtonTheme = themeParser.GetThemeByName <IImageButtonTheme>(_moreOptionsButtonTheme);
     FirstLastNameTheme     = themeParser.GetThemeByName <ITextViewTheme>(_firstLastNameTheme);
     DateTheme               = themeParser.GetThemeByName <ITextViewTheme>(_dateTheme);
     QuoteTheme              = themeParser.GetThemeByName <ITextViewTheme>(_quoteTheme);
     BuySellTheme            = themeParser.GetThemeByName <ITextViewTheme>(_buySellTheme);
     BuySellValueTheme       = themeParser.GetThemeByName <ITextViewTheme>(_buySellValueTheme);
     ForecastTheme           = themeParser.GetThemeByName <ITextViewTheme>(_forecastTheme);
     CurrentPriceTheme       = themeParser.GetThemeByName <ITextViewTheme>(_currentPriceTheme);
     DiffTheme               = themeParser.GetThemeByName <ITextViewTheme>(_diffTheme);
     DiffValueTheme          = themeParser.GetThemeByName <ITextViewTheme>(_diffValueTheme);
     DefaultAvatar           = themeParser.GetThemeByName <IImageViewTheme>(_defaultAvatar);
     FavoriteStateActive     = themeParser.GetThemeByName <IImageButtonTheme>(_favoriteStateActive);
     FavoriteStateNone       = themeParser.GetThemeByName <IImageButtonTheme>(_favoriteStateNone);
     RecommendSellImage      = themeParser.GetThemeByName <IImageViewTheme>(_recommendSellImage);
     RecommendBuyImage       = themeParser.GetThemeByName <IImageViewTheme>(_recommendBuyImage);
     DifferenceValuePositive = themeParser.GetThemeByName <ITextViewTheme>(_differenceValuePositive);
     DifferenceValueNegative = themeParser.GetThemeByName <ITextViewTheme>(_differenceValueNegative);
     CurrentPriceImgUp       = themeParser.GetThemeByName <IImageViewTheme>(_currentPriceImgUp);
     CurrentPriceImgDown     = themeParser.GetThemeByName <IImageViewTheme>(_currentPriceImgDown);
     StateOnline             = themeParser.GetThemeByName <IImageButtonTheme>(_stateOnline);
     StateOffline            = themeParser.GetThemeByName <IImageButtonTheme>(_stateOffline);
 }
Esempio n. 13
0
 public UpdatePostStylesHolderDroid(ThemeParser <T> themeParser) : base(themeParser)
 {
     ToolsDisableTheme      = themeParser.GetThemeByName <IButtonTheme>(_toolsDisableTheme);
     TextFieldsDisableTheme = themeParser.GetThemeByName <IButtonTheme>(_textFieldsDisableTheme);
 }
Esempio n. 14
0
 public CreatePostStylesHolderDroid(ThemeParser <T> themeParser)
 {
     DividingLineTheme          = themeParser.GetThemeByName <IViewTheme>(_dividingLineTheme);
     NameTheme                  = themeParser.GetThemeByName <ITextViewTheme>(_nameTheme);
     TitleTheme                 = themeParser.GetThemeByName <ITextViewTheme>(_titleTheme);
     AvatarTheme                = themeParser.GetThemeByName <IImageViewTheme>(_avatarTheme);
     BackButtonTheme            = themeParser.GetThemeByName <IImageButtonTheme>(_backButtonTheme);
     AttachImageButtonTheme     = themeParser.GetThemeByName <IImageButtonTheme>(_attachImageButtonTheme);
     CancelAttachButtonTheme    = themeParser.GetThemeByName <IImageButtonTheme>(_cancelAttachButtonTheme);
     PublishTextViewTheme       = themeParser.GetThemeByName <IButtonTheme>(_publishTextViewTheme);
     ToolBarViewTheme           = themeParser.GetThemeByName <IViewTheme>(_toolBarViewTheme);
     ToolsStateNoneTheme        = themeParser.GetThemeByName <IButtonTheme>(_toolsStateNoneTheme);
     ToolsStateFailTheme        = themeParser.GetThemeByName <IButtonTheme>(_toolsStateFailTheme);
     PriceTextViewTheme         = themeParser.GetThemeByName <IButtonTheme>(_priceTextViewTheme);
     BuySellStateNoneTheme      = themeParser.GetThemeByName <IButtonTheme>(_buySellStateNoneTheme);
     BuySellStateFailTheme      = themeParser.GetThemeByName <IButtonTheme>(_buySellStateFailTheme);
     AccessModeStateNoneTheme   = themeParser.GetThemeByName <IButtonTheme>(_accessModeStateNoneTheme);
     AccessModeStateFailTheme   = themeParser.GetThemeByName <IButtonTheme>(_accessModeStateFailTheme);
     ForecastTimeStateNoneTheme = themeParser.GetThemeByName <IButtonTheme>(_forecastTimeStateNoneTheme);
     ForecastTimeStateFailTheme = themeParser.GetThemeByName <IButtonTheme>(_forecastTimeStateFailTheme);
     CommentStateNoneTheme      = themeParser.GetThemeByName <IEditTextTheme>(_commentStateNoneTheme);
     CommentStateFailTheme      = themeParser.GetThemeByName <IEditTextTheme>(_commentStateFailTheme);
 }
 public RegPassStylesHolderDroid(ThemeParser <T> themeParser)
 {
     HeaderLabelTheme          = themeParser.GetThemeByName <ITextViewTheme>(_headerLabelTheme);
     PasswordLabelTheme        = themeParser.GetThemeByName <ITextViewTheme>(_passwordLabelTheme);
     ConfirmPasswordLabelTheme = themeParser.GetThemeByName <ITextViewTheme>(_confirmPasswordLabelTheme);
     RegButtonTheme            = themeParser.GetThemeByName <IButtonTheme>(_regButtonTheme);
     BackButtonTheme           = themeParser.GetThemeByName <IImageButtonTheme>(_backButtonTheme);
     ViewTheme                        = themeParser.GetThemeByName <IImageViewTheme>(_viewTheme);
     LogoImageViewTheme               = themeParser.GetThemeByName <IImageViewTheme>(_logoImageViewTheme);
     PasswordEditTextTheme            = themeParser.GetThemeByName <IEditTextTheme>(_passwordEditTextTheme);
     PasswordStateSuccess             = themeParser.GetThemeByName <IEditTextTheme>(_passwordStateSuccess);
     PasswordStateFail                = themeParser.GetThemeByName <IEditTextTheme>(_passwordStateFail);
     PasswordConfirmEditTextTheme     = themeParser.GetThemeByName <IEditTextTheme>(_passwordConfirmEditTextTheme);
     PasswordConfirmStateSuccess      = themeParser.GetThemeByName <IEditTextTheme>(_passwordConfirmStateSuccess);
     PasswordConfirmStatePassNotMatch = themeParser.GetThemeByName <IEditTextTheme>(_passwordConfirmStatePassNotMatch);
     PasswordConfirmStateFail         = themeParser.GetThemeByName <IEditTextTheme>(_passwordConfirmStateFail);
     UserAgreementMainTextTheme       = themeParser.GetThemeByName <IButtonTheme>(_userAgreementMainTextTheme);
     UserAgreementAttrTextTheme       = themeParser.GetThemeByName <IButtonTheme>(_userAgreementAttrTextTheme);
     FeatureTextTheme                 = themeParser.GetThemeByName <ITextViewTheme>(_featureTextTheme);
     FeatureImageTheme                = themeParser.GetThemeByName <IImageViewTheme>(_featureImageTheme);
 }
 public RegNameStylesHolderDroid(ThemeParser <T> themeParser)
 {
     HeaderLabelTheme      = themeParser.GetThemeByName <ITextViewTheme>(_headerLabelTheme);
     NameLabelTheme        = themeParser.GetThemeByName <ITextViewTheme>(_nameLabelTheme);
     LastNameLabelTheme    = themeParser.GetThemeByName <ITextViewTheme>(_lastNameLabelTheme);
     NextButtonTheme       = themeParser.GetThemeByName <IButtonTheme>(_nextButtonTheme);
     BackButtonTheme       = themeParser.GetThemeByName <IImageButtonTheme>(_backButtonTheme);
     ViewTheme             = themeParser.GetThemeByName <IImageViewTheme>(_viewTheme);
     LogoImageViewTheme    = themeParser.GetThemeByName <IImageViewTheme>(_logoImageViewTheme);
     NameEditTextTheme     = themeParser.GetThemeByName <IEditTextTheme>(_nameEditTextTheme);
     NameStateSuccess      = themeParser.GetThemeByName <IEditTextTheme>(_nameStateSuccess);
     NameStateFail         = themeParser.GetThemeByName <IEditTextTheme>(_nameStateFail);
     LastNameEditTextTheme = themeParser.GetThemeByName <IEditTextTheme>(_lastNameEditTextTheme);
     LastNameStateSuccess  = themeParser.GetThemeByName <IEditTextTheme>(_lastNameStateSuccess);
     LastNameStateFail     = themeParser.GetThemeByName <IEditTextTheme>(_lastNameStateFail);
     FeatureTextTheme      = themeParser.GetThemeByName <ITextViewTheme>(_featureTextTheme);
     FeatureImageTheme     = themeParser.GetThemeByName <IImageViewTheme>(_featureImageTheme);
 }
 public PostBodyStylesHolderDroid(ThemeParser <T> themeParser)
 {
     ContentTheme  = themeParser.GetThemeByName <ITextViewTheme>(_contentTheme);
     MoreTextTheme = themeParser.GetThemeByName <ITextViewTheme>(_moreTextTheme);
 }
Esempio n. 18
0
 public RegEmailStylesHolderIOS(ThemeParser <T> themeParser)
 {
     HeaderLabelTheme   = themeParser.GetThemeByName <ITextViewTheme>(_headerLabelTheme);
     EmailLabelTheme    = themeParser.GetThemeByName <ITextViewTheme>(_emailLabelTheme);
     NextButtonTheme    = themeParser.GetThemeByName <IButtonTheme>(_nextButtonTheme);
     BackButtonTheme    = themeParser.GetThemeByName <IImageButtonTheme>(_backButtonTheme);
     ViewTheme          = themeParser.GetThemeByName <IImageViewTheme>(_viewTheme);
     LogoImageViewTheme = themeParser.GetThemeByName <IImageViewTheme>(_logoImageViewTheme);
     EmailEditTextTheme = themeParser.GetThemeByName <IEditTextTheme>(_emailEditTextTheme);
     EmailStateSuccess  = themeParser.GetThemeByName <IEditTextTheme>(_emailStateSuccess);
     EmailStateFail     = themeParser.GetThemeByName <IEditTextTheme>(_emailStateFail);
     FeatureTextTheme   = themeParser.GetThemeByName <ITextViewTheme>(_featureTextTheme);
     FeatureImageTheme  = themeParser.GetThemeByName <IImageViewTheme>(_featureImageTheme);
 }