mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
refactor: format sample apps name
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">FlexiUI Demo</string>
|
||||
<string name="app_name">Flexi UI Demo</string>
|
||||
</resources>
|
@@ -30,7 +30,7 @@ import androidx.compose.ui.window.rememberWindowState
|
||||
fun main() = application {
|
||||
Window(
|
||||
onCloseRequest = ::exitApplication,
|
||||
title = "FlexiUI Demo",
|
||||
title = "Flexi UI Demo",
|
||||
state = rememberWindowState(width = 550.dp, height = 1000.dp)
|
||||
) { MainView() }
|
||||
}
|
@@ -7,7 +7,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>FlexiUI Demo</string>
|
||||
<string>Flexi UI Demo</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
Reference in New Issue
Block a user