Fix Slider thumb size

This commit is contained in:
h4h13 2020-03-01 20:53:19 +05:30
parent 20e71f355a
commit 19c7b826f4
25 changed files with 98 additions and 64 deletions

View file

@ -198,4 +198,11 @@
<item name="cornerFamily">rounded</item>
<item name="cornerSize">78dp</item>
</style>
<style name="RetroSliderTooltip" parent="Widget.MaterialComponents.Tooltip">
<item name="backgroundColor">@color/md_white_1000</item>
<item name="background">@color/md_white_1000</item>
<item name="android:background">@color/md_white_1000</item>
<item name="android:textColor">@color/md_red_400</item>
</style>
</resources>