refactor: merge to demo new usage

This commit is contained in:
2024-01-12 12:32:02 +08:00
parent c213f5d507
commit b35786c57f
15 changed files with 524 additions and 159 deletions

View File

@@ -21,7 +21,6 @@
*/
package com.highcapable.flexiui.demo
import MainView
import android.os.Bundle
import androidx.activity.compose.setContent
import com.highcapable.betterandroid.ui.component.activity.AppComponentActivity
@@ -30,6 +29,6 @@ class MainActivity : AppComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent { MainView() }
setContent { App() }
}
}