We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480b514 commit 7504387Copy full SHA for 7504387
1 file changed
app/src/main/res/layout/home_find_fragment.xml
@@ -66,22 +66,22 @@
66
style="@style/ButtonStyle"
67
android:layout_width="wrap_content"
68
android:layout_height="wrap_content"
69
- android:text="普通按钮" />
+ android:text="圆角按钮" />
70
71
<androidx.appcompat.widget.AppCompatButton
72
73
74
75
android:layout_marginStart="@dimen/dp_10"
76
android:enabled="false"
77
- android:text="禁用了的按钮" />
+ android:text="禁用状态" />
78
79
80
style="@style/RectButtonStyle"
81
82
83
84
- android:text="不带圆角的" />
+ android:text="直角样式" />
85
86
</LinearLayout>
87
0 commit comments