mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 21:59:11 +00:00
add license identifier
This commit is contained in:
parent
36b5c85609
commit
d6bf40b9e3
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-only
|
||||||
package helium314.keyboard.settings.dialogs
|
package helium314.keyboard.settings.dialogs
|
||||||
|
|
||||||
import androidx.compose.foundation.layout.Column
|
import androidx.compose.foundation.layout.Column
|
||||||
|
@ -103,4 +104,4 @@ fun ColorPickerDialog(
|
||||||
@Composable
|
@Composable
|
||||||
private fun Preview() {
|
private fun Preview() {
|
||||||
ColorPickerDialog({}, android.graphics.Color.MAGENTA, "color name", {})
|
ColorPickerDialog({}, android.graphics.Color.MAGENTA, "color name", {})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue