🚀 Add scrollbar

Added scrollbar to non-primary screens. Not doable for all screens due to problems.

Partly Resolves: #45
This commit is contained in:
Acclorite 2024-08-24 11:53:33 +03:00
parent 2a8bddcfcb
commit a03d144885
16 changed files with 127 additions and 25 deletions

View file

@ -36,7 +36,7 @@ android {
getByName("debug") {
applicationIdSuffix = ".debug"
}
getByName("release") {
isMinifyEnabled = true
isShrinkResources = false
@ -163,4 +163,7 @@ dependencies {
// Drag & Drop
implementation("sh.calvin.reorderable:reorderable:2.3.0")
// Scrollbar
implementation("com.github.nanihadesuka:LazyColumnScrollbar:2.2.0")
}