Skip to content

Commit 7504387

Browse files
committed
优化 Demo 工程中按钮的使用案例
1 parent 480b514 commit 7504387

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/res/layout/home_find_fragment.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,22 @@
6666
style="@style/ButtonStyle"
6767
android:layout_width="wrap_content"
6868
android:layout_height="wrap_content"
69-
android:text="普通按钮" />
69+
android:text="圆角按钮" />
7070

7171
<androidx.appcompat.widget.AppCompatButton
7272
style="@style/ButtonStyle"
7373
android:layout_width="wrap_content"
7474
android:layout_height="wrap_content"
7575
android:layout_marginStart="@dimen/dp_10"
7676
android:enabled="false"
77-
android:text="禁用了的按钮" />
77+
android:text="禁用状态" />
7878

7979
<androidx.appcompat.widget.AppCompatButton
8080
style="@style/RectButtonStyle"
8181
android:layout_width="wrap_content"
8282
android:layout_height="wrap_content"
8383
android:layout_marginStart="@dimen/dp_10"
84-
android:text="不带圆角的" />
84+
android:text="直角样式" />
8585

8686
</LinearLayout>
8787

0 commit comments

Comments
 (0)