version:1.0.1
fix: update:加入multidex,修改字体大小为sp
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI同步精准学"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp"
|
||||
android:textSize="11sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
@@ -56,7 +56,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI单元复习"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp" />
|
||||
android:textSize="11sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_dyfx"
|
||||
@@ -81,7 +81,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI阶段备考"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp" />
|
||||
android:textSize="11sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_jdbk"
|
||||
@@ -156,7 +156,7 @@
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -186,7 +186,7 @@
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -216,7 +216,7 @@
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -246,7 +246,7 @@
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -304,7 +304,7 @@
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="试卷中心"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="12dp" />
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -312,7 +312,7 @@
|
||||
android:layout_marginTop="2dp"
|
||||
android:text="真题来演练,提升超惊艳"
|
||||
android:textColor="#60ffffff"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@@ -341,7 +341,7 @@
|
||||
android:paddingRight="1dp"
|
||||
android:text="期中"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -367,7 +367,7 @@
|
||||
android:layout_marginTop="1dp"
|
||||
android:text="期末"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -390,7 +390,7 @@
|
||||
android:paddingRight="1dp"
|
||||
android:text="模拟考"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user