version:1.0.1
fix: update:加入multidex,修改字体大小为sp
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1.每天浇水一次,可增加300点经验值;"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="8dp" />
|
||||
android:textSize="8sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -29,7 +29,7 @@
|
||||
android:layout_marginTop="3dp"
|
||||
android:text="2.每次完成一个学习模块均可获得对应模块的经验值;"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="8dp" />
|
||||
android:textSize="8sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -37,7 +37,7 @@
|
||||
android:layout_marginTop="3dp"
|
||||
android:text="3.小苗初始等级为0级,最高级为10级;"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="8dp" />
|
||||
android:textSize="8sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -47,7 +47,7 @@
|
||||
android:lineSpacingExtra="2dp"
|
||||
android:text="4.小苗每次通过学习或者浇水累积经验值,当经验值满时,升级到下一等级的树苗。"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="8dp" />
|
||||
android:textSize="8sp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user