1.修复套餐过期续费计算价格错误的bug
2.优化套餐时间显示,亚马逊服务器时间转换当前时区时间
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user