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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user