reduced the size of overlay buttons (previously reduced by 20% → now reduced by 30%)

This commit is contained in:
inotia00 2023-03-12 01:35:57 +09:00
parent 85fb57900d
commit f0eb4ef3f7

View File

@ -98,10 +98,10 @@ class OverlayButtonsResourcePatch : ResourcePatch {
"yt:layout_constraintRight_toLeftOf=\"@+id/speed_button"
).replace(
"60",
"48"
"42"
).replace(
"paddingBottom=\"16",
"paddingBottom=\"28"
"paddingBottom=\"34"
).replace(
"paddingLeft=\"12",
"paddingLeft=\"0"