Skip to content

Commit

Permalink
- Removes: unused resource
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed Dec 12, 2023
1 parent e325ba1 commit 6b06b52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion WordPress/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<dimen name="toolbar_height">56dp</dimen>
<dimen name="toolbar_content_offset">72dp</dimen>
<dimen name="toolbar_content_offset_end">0dp</dimen>
<dimen name="collapsible_toolbar_expanded_bottom_margin">28dp</dimen>

<dimen name="fab_margin">@dimen/fab_margin_default</dimen>
<dimen name="fab_margin_default">16dp</dimen>
Expand Down
13 changes: 0 additions & 13 deletions WordPress/src/main/res/values/styles_toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@
<item name="colorControlNormal">?attr/colorOnSurface</item>
</style>

<style name="WordPress.CollapsedToolbarLayout">
<item name="layout_scrollFlags">scroll|exitUntilCollapsed</item>
<item name="collapsedTitleTextAppearance">
@style/TextAppearance.App.CollapsingToolbar.Collapsed
</item>
<item name="expandedTitleTextAppearance">
@style/TextAppearance.App.CollapsingToolbar.Expanded
</item>
<item name="expandedTitleMarginBottom">@dimen/collapsible_toolbar_expanded_bottom_margin
</item>
<item name="expandedTitleMarginStart">16dp</item>
</style>

<!-- Zendesk -->
<style name="WordPress.ZenDesk.Toolbar" parent="Widget.MaterialComponents.Toolbar.Surface">
<item name="titleTextAppearance">@style/TextAppearance.App.Toolbar.Title</item>
Expand Down

0 comments on commit 6b06b52

Please sign in to comment.