-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
214b546
commit c9b9b82
Showing
25 changed files
with
993 additions
and
709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
app/src/main/java/com/ismartcoding/plain/ui/base/fastscroll/ScrollbarLayoutSide.kt
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
app/src/main/java/com/ismartcoding/plain/ui/base/fastscroll/ScrollbarSelectionActionable.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
package com.ismartcoding.plain.ui.base.fastscroll | ||
|
||
/** | ||
* Scrollbar selection modes. | ||
*/ | ||
enum class ScrollbarSelectionActionable { | ||
/** | ||
* Can select scrollbar always (when visible or hidden) | ||
*/ | ||
Always, | ||
|
||
/** | ||
* Can select scrollbar only when visible | ||
*/ | ||
WhenVisible, | ||
} |
12 changes: 0 additions & 12 deletions
12
app/src/main/java/com/ismartcoding/plain/ui/base/fastscroll/ScrollbarSelectionMode.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
package com.ismartcoding.plain.ui.base.fastscroll | ||
|
||
/** | ||
* Scrollbar selection modes. | ||
*/ | ||
enum class ScrollbarSelectionMode { | ||
/** | ||
* Enable selection in the whole scrollbar and thumb | ||
*/ | ||
Full, | ||
/** | ||
* Enable selection in the thumb | ||
*/ | ||
Thumb, | ||
/** | ||
* Disable selection | ||
*/ | ||
Disabled | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.