mirror of
https://github.com/BetterAndroid/Hikage.git
synced 2025-09-05 10:15:37 +08:00
docs: update README
This commit is contained in:
@@ -93,7 +93,7 @@ if (!context.isUiContext) return
|
|||||||
// Start building the layout, be careful to make sure the context parameter is initialized.
|
// Start building the layout, be careful to make sure the context parameter is initialized.
|
||||||
// According to the Android native component features,
|
// According to the Android native component features,
|
||||||
// the attributes (`attrs`) after layout construction will be fixed and cannot be modified dynamically.
|
// the attributes (`attrs`) after layout construction will be fixed and cannot be modified dynamically.
|
||||||
val root = Hikageable(
|
val hikage = Hikageable(
|
||||||
context = context,
|
context = context,
|
||||||
// You can also customize the actions after each view is created.
|
// You can also customize the actions after each view is created.
|
||||||
onViewCreated = { name, view ->
|
onViewCreated = { name, view ->
|
||||||
|
Reference in New Issue
Block a user