revert NekoX's BottomSheet style

This commit is contained in:
luvletter2333 2023-04-04 12:46:56 -04:00
parent 593ddf2f20
commit 1bcd28bba3
No known key found for this signature in database
GPG Key ID: 9EB7723F3A0ACF92
6 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ public class BottomSheet extends Dialog {
touchSlop = vc.getScaledTouchSlop(); touchSlop = vc.getScaledTouchSlop();
Rect padding = new Rect(); Rect padding = new Rect();
shadowDrawable = context.getResources().getDrawable(R.drawable.sheet_shadow_round).mutate(); shadowDrawable = context.getResources().getDrawable(R.drawable.sheet_shadow).mutate();
shadowDrawable.setColorFilter(new PorterDuffColorFilter(getThemedColor(Theme.key_dialogBackground), PorterDuff.Mode.SRC_IN)); shadowDrawable.setColorFilter(new PorterDuffColorFilter(getThemedColor(Theme.key_dialogBackground), PorterDuff.Mode.SRC_IN));
shadowDrawable.getPadding(padding); shadowDrawable.getPadding(padding);
backgroundPaddingLeft = padding.left; backgroundPaddingLeft = padding.left;

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B