Naming convention for Previews
This commit is contained in:
parent
33f549104b
commit
a43c3ec86f
3 changed files with 4 additions and 4 deletions
|
|
@ -75,12 +75,12 @@ fun RageshakePreferencesView(
|
|||
|
||||
@Composable
|
||||
@Preview
|
||||
fun RageshakePreferencesPreview() {
|
||||
fun RageshakePreferencesViewPreview() {
|
||||
RageshakePreferencesView(RageshakePreferencesState(isEnabled = true, isSupported = true, sensitivity = 0.5f))
|
||||
}
|
||||
|
||||
@Composable
|
||||
@Preview
|
||||
fun RageshakePreferencePreviewNotSupported() {
|
||||
fun RageshakePreferenceNotSupportedPreview() {
|
||||
RageshakePreferencesView(RageshakePreferencesState(isEnabled = true, isSupported = false, sensitivity = 0.5f))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue