1.增加g40固件升级
2.优化dfu弹窗布局
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user