IconSwitch icon indicating copy to clipboard operation
IconSwitch copied to clipboard

There is a way to change the Track height/width size ?

Open davidrock opened this issue 6 years ago • 2 comments

davidrock avatar Mar 02 '18 20:03 davidrock

Is there an answer for this issue? I am struggling with the same problem.

LucianT25 avatar Sep 26 '19 13:09 LucianT25

Hey @davidrock @LucianT25 I am not sure if you have found the issue for this or not. I will share what worked for me.

In my XML for the element, I used.

android:scaleX="0.8"
android:scaleY="0.8"

Evidence: The top one is this scaled to 0.8X and the bottom one is Android Default... (0.7X is more accurate value if you want exact same size, but 0.8 is kind of sweet spot for my app). gh

aayusharyan avatar Apr 18 '20 00:04 aayusharyan