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.

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

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

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

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

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

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

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

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

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

- articleContentInnerPadding - inner padding of the article content.
- articleDividerHeight - thickness of the article divider.
- articleRatingPadding - padding of the article rating.
- articleRatingTitlePadding - padding of the article rating title.
- articleRatingButtonCornerRadius - corner radius of the article rating buttons.
- articleRatingButtonInnerPadding - inner padding of an article rating button.
- articleRatingButtonIconSize - icon size of an article rating button.
- articleRatingButtonInnerInterval - inner interval between the elements of an article rating button.
- articleRatingButtonInterval - interval between the article rating buttons.

- articleReviewTagsBottomPadding - bottom padding of the review tags.
- articleReviewTagsVerticalInterval - vertical interval between the review tags.
- articleReviewTagsHorizontalInterval - horizontal interval between the review tags.
- articleReviewTagCornerRadius - corner radius of the review tags.
- articleReviewTagInnerPadding - inner padding of the review tags.
- articleReviewCommentInnerPadding - inner padding of the review comment.
- articleReviewSendCornerRadius - corner radius of the review comment.
- articleReviewSendPadding - padding of the review send button.
- articleReviewSendHeight - height of the review send button.
- articleReviewSendIconSize - icon size of the review send button.