docs: update README

This commit is contained in:
2025-02-19 11:55:11 +08:00
parent b898ecaf54
commit 7c0f59fc37
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ Android View 中的属性将配合 Gradle 插件实现自动生成,你可以
> 原始布局
```xml
<LinerLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
@@ -76,7 +76,7 @@ Android View 中的属性将配合 Gradle 插件实现自动生成,你可以
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
android:gravity="center" />
</LinerLayout>
</LinearLayout>
```
> 使用 Hikage

View File

@@ -48,7 +48,7 @@ modifications to their custom views.
> Original layout
```xml
<LinerLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
@@ -80,7 +80,7 @@ modifications to their custom views.
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
android:gravity="center" />
</LinerLayout>
</LinearLayout>
```
> Using Hikage