Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Feb 5, 2022
1 parent d5aeb80 commit 9f65ae3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/diaolog_privacy_policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
android:orientation="horizontal">

<TextView
android:id="@+id/succsebtn"
android:id="@+id/caclebtn"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:text="@string/agree"
android:text="@string/disagree"
android:textColor="#000"
android:textSize="20sp" />

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

<TextView
android:id="@+id/caclebtn"
android:id="@+id/succsebtn"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:text="@string/disagree"
android:text="@string/agree"
android:textColor="#000"
android:textSize="20sp" />

Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Fri Jul 16 10:33:23 CST 2021
versionName=2.4.0
versionCode=33
versionName=2.4.1
versionCode=34

0 comments on commit 9f65ae3

Please sign in to comment.