Customization: dimensions

The Dimensions class contains object sizes and paddings:

  • rootPadding - padding from the screen edges to any elements.
  • contentCornerRadius - corner radius of the sections list, categories list and so on.
  • clickableRadius - ripple radius for elements whose ripple is not bounded by the element itself.
  • shadowElevation - elevation of the lists, the loading indicator and the "Chat" button.
  • progressBarStrokeWidth - stroke width of the loading indicator.

  1. loadingSize - loading indicator size.
  2. loadingPadding - outer padding of the loading indicator.

  1. toolbarIconSize - size of the toolbar "Back" icon.
  2. toolbarIntervalX - horizontal interval in the toolbar between the "Back" icon and the title.
  3. toolbarIntervalY - vertical interval in the toolbar between the "Back" icon and the title.
  4. toolbarBottomPadding - bottom padding of the toolbar.

  1. supportIconSize - size of the "Chat" button icon.
  2. supportIconPadding - padding around the "Chat" button icon.

  1. notLoadedImagePadding - padding of the loading error image.
  2. notLoadedTitlePadding - padding of the loading error title.

  1. searchBarCornerRadius - corner radius of the search bar.
  2. searchBarBottomPadding - bottom padding below the search bar.
  3. searchBarInnerPadding - inner padding of the search bar.
  4. searchBarIconSize - size of the search bar icon.
  5. searchBarCancelInterval - interval between the "Cancel" button and the search bar.
  6. searchBarQueryPadding - padding around the search bar input field.

  1. sectionsItemInnerPadding - inner padding of a sections list item.
  2. sectionsItemIconSize - icon size of a sections list item.
  3. sectionsItemTitlePadding - title padding of a sections list item.
  4. sectionsItemArrowSize - arrow icon size of a sections list item.

  1. categoriesItemInnerPadding - inner padding of a categories list item.
  2. categoriesItemTitlePadding - title padding of a categories list item.
  3. categoriesItemArrowSize - arrow icon size of a categories list item.

  1. articlesItemInnerPadding - inner padding of an articles list item.
  2. articlesItemTitlePadding - title padding of an articles list item.
  3. articlesItemArrowSize - arrow icon size of an articles list item.

  1. searchItemInnerPadding - inner padding of a search list item.
  2. searchItemTitlePadding - title padding of a search list item.
  3. searchItemDescriptionPadding - description padding of a search list item.
  4. searchItemPathPadding - path padding of a search list item.
  5. searchItemArrowSize - arrow icon size of a search list item.
  6. paginationLoadingPadding - outer padding of the pagination loading indicator.
  7. searchEmptyTopPadding - top padding of the empty search line.

  1. articleContentInnerPadding - inner padding of the article content.
  2. articleDividerHeight - thickness of the article divider.
  3. articleRatingPadding - padding of the article rating.
  4. articleRatingTitlePadding - padding of the article rating title.
  5. articleRatingButtonCornerRadius - corner radius of the article rating buttons.
  6. articleRatingButtonInnerPadding - inner padding of an article rating button.
  7. articleRatingButtonIconSize - icon size of an article rating button.
  8. articleRatingButtonInnerInterval - inner interval between the elements of an article rating button.
  9. articleRatingButtonInterval - interval between the article rating buttons.

  1. articleReviewTagsBottomPadding - bottom padding of the review tags.
  2. articleReviewTagsVerticalInterval - vertical interval between the review tags.
  3. articleReviewTagsHorizontalInterval - horizontal interval between the review tags.
  4. articleReviewTagCornerRadius - corner radius of the review tags.
  5. articleReviewTagInnerPadding - inner padding of the review tags.
  6. articleReviewCommentInnerPadding - inner padding of the review comment.
  7. articleReviewSendCornerRadius - corner radius of the review comment.
  8. articleReviewSendPadding - padding of the review send button.
  9. articleReviewSendHeight - height of the review send button.
  10. articleReviewSendIconSize - icon size of the review send button.