| AppConstants.kt |
App-wide constants and utility properties.
|
1143 |
- |
| 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.
|
3579 |
- |
| FocusSnackbar.kt |
A custom [Snackbar] implementation for Focus.
|
4866 |
- |
| FocusSnackbarDelegate.kt |
A [SnackbarDelegate] implementation that uses [FocusSnackbar].
|
1965 |
- |
| SearchUtils.kt |
Utility for search-related operations.
|
869 |
- |
| 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
|
16313 |
- |
| SupportUtils.kt |
Utility class for support-related URLs and operations.
|
6856 |
- |
| ViewUtils.kt |
Utility class for view-related operations.
|
1525 |
- |