|
@@ -45,6 +45,15 @@
|
|
|
android:text="开/关点阵屏"
|
|
|
android:textSize="24sp"
|
|
|
android:background="@drawable/selector_setting_button"/>
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_check_font"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_margin="4dp"
|
|
|
+ android:text="检查字库文件"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:background="@drawable/selector_setting_button"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
@@ -53,12 +62,12 @@
|
|
|
android:padding="8dp"
|
|
|
android:gravity="center_vertical">
|
|
|
<Button
|
|
|
- android:id="@+id/btn_check_font"
|
|
|
+ android:id="@+id/btn_update_font"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="60dp"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_margin="4dp"
|
|
|
- android:text="检查字体文件"
|
|
|
+ android:text="更新字库文件"
|
|
|
android:textSize="24sp"
|
|
|
android:background="@drawable/selector_setting_button"/>
|
|
|
<Button
|