Skip to content

Commit 9f65ae3

Browse files
committed
v2.4.1
1 parent d5aeb80 commit 9f65ae3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
android:orientation="horizontal">
4848

4949
<TextView
50-
android:id="@+id/succsebtn"
50+
android:id="@+id/caclebtn"
5151
android:layout_width="0dp"
5252
android:layout_height="match_parent"
5353
android:layout_weight="1"
5454
android:gravity="center"
55-
android:text="@string/agree"
55+
android:text="@string/disagree"
5656
android:textColor="#000"
5757
android:textSize="20sp" />
5858

@@ -62,12 +62,12 @@
6262
android:background="#5F6063" />
6363

6464
<TextView
65-
android:id="@+id/caclebtn"
65+
android:id="@+id/succsebtn"
6666
android:layout_width="0dp"
6767
android:layout_height="match_parent"
6868
android:layout_weight="1"
6969
android:gravity="center"
70-
android:text="@string/disagree"
70+
android:text="@string/agree"
7171
android:textColor="#000"
7272
android:textSize="20sp" />
7373

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Fri Jul 16 10:33:23 CST 2021
2-
versionName=2.4.0
3-
versionCode=33
2+
versionName=2.4.1
3+
versionCode=34

0 commit comments

Comments
 (0)