1.修复套餐过期续费计算价格错误的bug

2.优化套餐时间显示,亚马逊服务器时间转换当前时区时间
This commit is contained in:
yezhiqiu
2026-01-21 17:40:14 +08:00
parent 66160b45e0
commit d6d1ad93f2
8 changed files with 87 additions and 61 deletions

View File

@@ -38,6 +38,7 @@
style="@style/my_TextView_style_v2"
android:layout_below="@id/tv_subscription_history_order_time"
android:text="@string/txt_annual_care_text1"
android:visibility="gone"
android:layout_marginTop="@dimen/dp_4"
android:textSize="@dimen/textSize14"
android:textStyle="bold" />
@@ -49,13 +50,14 @@
android:layout_marginStart="@dimen/dp_4"
android:layout_toEndOf="@id/tv_subscription_history_annual_care_title"
android:text="@string/app_name"
android:visibility="gone"
android:textSize="@dimen/textSize14"
app:typeface="@string/roboto_regular_font" />
<com.abbidot.tracker.widget.TypefaceTextView
android:id="@+id/tv_subscription_history_package_name"
style="@style/my_TextView_style_v2"
android:layout_below="@id/tv_subscription_history_annual_care_title"
android:layout_below="@id/tv_subscription_history_order_time"
android:layout_marginTop="@dimen/dp_6"
android:text="@string/txt_order_id"
android:textSize="@dimen/textSize14"