Package-level declarations
Types
Link copied to clipboard
                  data class CustomDpEntry(val uiModeType: UiModeType? = null, val dpQualifierEntry: DpQualifierEntry? = null, val customValue: Dp, val priority: Int)
EN Represents a custom dimension entry with qualifiers and priority. Used by the Scaled class to define specific values for screen conditions.
Properties
Link copied to clipboard
                  EN Extension for Dp with dynamic scaling based on the Screen Height (hDP). Usage example: 32.hdp.
Link copied to clipboard
                  EN Extension for Dp with dynamic scaling based on the Smallest Width (swDP). Usage example: 16.sdp.
Link copied to clipboard
                  EN Extension for Dp with dynamic scaling based on the Screen Width (wDP). Usage example: 100.wdp.