Skip to content

Commit

Permalink
Reduce tool icon padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Nov 11, 2023
1 parent 67e3a49 commit 1532420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class ToolsFragment : BoundFragment<FragmentToolsBinding>() {
private fun createToolButton(tool: Tool): View {
// TODO: Move this to the class level
val iconSize = Resources.dp(requireContext(), 24f).toInt()
val iconPadding = Resources.dp(requireContext(), 16f).toInt()
val iconPadding = Resources.dp(requireContext(), 12f).toInt()
val iconColor = Resources.androidTextColorPrimary(requireContext())
val buttonHeight = Resources.dp(requireContext(), 64f).toInt()
val buttonMargins = Resources.dp(requireContext(), 8f).toInt()
Expand Down

0 comments on commit 1532420

Please sign in to comment.