1.增加g40固件升级

2.优化dfu弹窗布局
This commit is contained in:
yezhiqiu
2026-04-16 10:42:38 +08:00
parent d8ab8599da
commit 06bf4687fe
10 changed files with 228 additions and 23 deletions

View File

@@ -17,9 +17,18 @@
<com.abbidot.tracker.widget.TypefaceTextView
android:id="@+id/tv_dialog_dfu_new_title"
style="@style/my_TextView_style"
android:layout_marginTop="@dimen/dp_20"
android:text="@string/txt_about_version"
android:textColor="@color/block_color2"
android:textSize="@dimen/textSize12"
app:lineHeight="@dimen/textSize20"
app:typeface="@string/roboto_regular_font" />
<com.abbidot.tracker.widget.TypefaceTextView
style="@style/my_TextView_style"
android:layout_marginTop="@dimen/dp_18"
android:text="@string/txt_new_firmware_version"
android:text="@string/txt_phone_close_device"
android:textSize="@dimen/textSize14"
android:textStyle="bold"
app:lineHeight="@dimen/textSize20" />

View File

@@ -1078,5 +1078,6 @@
<string name="map_navigate_map_baidu">Baidu Map</string>
<string name="txt_time_line">Timeline</string>
<string name="txt_phone_close_device">Keep phone close to device</string>
</resources>