🚀 Add scrollbar
Added scrollbar to non-primary screens. Not doable for all screens due to problems. Partly Resolves: #45
This commit is contained in:
parent
2a8bddcfcb
commit
a03d144885
16 changed files with 127 additions and 25 deletions
|
|
@ -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")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue