version:1.0.1
fix: update:加入multidex,修改字体大小为sp
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="平板守护功能"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="12dp"
|
||||
android:textSize="12sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
@@ -56,7 +56,7 @@
|
||||
android:layout_marginStart="5dp"
|
||||
android:text="智能护眼,专注学习"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user