Skip to content

Commit

Permalink
[core] Add padding to SeekBar thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBRDeveloper committed Aug 1, 2024
1 parent 0d65e34 commit 8283877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/res/drawable-default/seekbar_thumb.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<layer-list>
<item height="16dp" width="16dp">
<item height="16dp" width="16dp" padding="2dp">
<selector>
<item pressed="true">
<layer-list>
Expand Down

0 comments on commit 8283877

Please sign in to comment.