| AppConstants.kt |
App-wide constants and utility properties. |
1139 |
- |
| ClickableSubstringLink.kt |
[Text] containing a substring styled as an URL informing when this is clicked.
@param text Full text that will be displayed
@param textColor [Color] of the normal text. The URL substring will have a default URL style applied.
@param linkTextColor [Color] of the link text.
@param style of the text
@param linkTextDecoration The decorations to paint on the link text (e.g., an underline).
@param clickableStartIndex [text] index at which the URL substring starts.
@param clickableEndIndex [text] index at which the URL substring ends.
@param onClick Callback to be invoked only when the URL substring is clicked.
|
3536 |
- |
| FocusSnackbar.kt |
A custom [Snackbar] implementation for Focus. |
4839 |
- |
| FocusSnackbarDelegate.kt |
A [SnackbarDelegate] implementation that uses [FocusSnackbar]. |
2025 |
- |
| SearchUtils.kt |
Utility for search-related operations. |
841 |
- |
| Settings.kt |
A simple wrapper for SharedPreferences that makes reading preference a little bit easier. This class is designed to
have a lot of (simple) functions
|
14684 |
- |
| SupportUtils.kt |
Utility class for support-related URLs and operations. |
6809 |
- |
| ViewUtils.kt |
Utility class for view-related operations. |
1509 |
- |