mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-07-25 00:43:53 +00:00
Adapted from ImageToolbox's core/ui (Apache-2.0, attributed in NOTICE):
- squircle-shape lib wired into CornerStyle.Smooth (iOS-style continuous corners)
- container modifier: unified soft-shadow + shape + hairline-border surface
- hapticsClickable (settings-gated haptic tick)
- Enhanced{Button,OutlinedButton,IconButton,Switch}: haptic + spring press-scale
- PreferenceRow / PreferenceRowSwitch settings rows
Not wired into screens yet — applied next.
14 lines
619 B
Text
14 lines
619 B
Text
vpnhide — lsposed module
|
|
|
|
This product includes UI components and motion/shape design adapted from
|
|
ImageToolbox (https://github.com/T8RIN/ImageToolbox),
|
|
Copyright (c) 2024-2026 T8RIN (Malik Mukhametzyanov), licensed under the
|
|
Apache License, Version 2.0.
|
|
|
|
Specifically, the following are derived from ImageToolbox's `core/ui` module:
|
|
- the expressive MotionScheme / easing values (ui/theme/Motion.kt)
|
|
- the container / enhanced-widget / preference-row design system
|
|
(ui/components/*)
|
|
|
|
A copy of the Apache License 2.0 is available at the repository root (LICENSE)
|
|
and at http://www.apache.org/licenses/LICENSE-2.0.
|