更新按钮文字描述
This commit is contained in:
parent
42c4978b44
commit
202205588a
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Jun 28 04:10:05 GMT 2025
|
#Sat Jun 28 04:18:29 GMT 2025
|
||||||
stageCount=6
|
stageCount=6
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.3
|
baseVersion=15.3
|
||||||
publishVersion=15.3.5
|
publishVersion=15.3.5
|
||||||
buildCount=1
|
buildCount=2
|
||||||
baseBetaVersion=15.3.6
|
baseBetaVersion=15.3.6
|
||||||
|
@ -15,8 +15,10 @@
|
|||||||
<Button
|
<Button
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Test Main"
|
android:text="Add Demo Rules(While size is 0) and Test"
|
||||||
android:onClick="onTestMain"/>
|
android:onClick="onTestMain"
|
||||||
|
android:textSize="10sp"
|
||||||
|
android:textAllCaps="false"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@ -43,7 +45,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Test Phone"
|
android:text="Test Phone"
|
||||||
android:onClick="onTestPhone"/>
|
android:onClick="onTestPhone"
|
||||||
|
android:textAllCaps="false"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user